kubo/assets/bindata_version_hash.go
Peter Rabbitson 2d5f8b4ebe Include the git blob id of the dir-index bundle in the ETag
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
2020-05-25 18:42:07 +00:00

6 lines
91 B
Go

package assets
const (
BindataVersionHash = "c1aa0601ac3eac2c50b296cf618a6747eeba8579"
)