mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
While the content of raw files retrieved via the gateway should never change, the look and feel of the directory index can and will change between versions of go-ipfs. Incorporate the hash of assets/bindata.go into the ETag when appropriate
6 lines
91 B
Go
6 lines
91 B
Go
package assets
|
|
|
|
const (
|
|
BindataVersionHash = "c1aa0601ac3eac2c50b296cf618a6747eeba8579"
|
|
)
|