Skip to content

Commit

Permalink
Merge pull request #7605 from ipfs/fix/go-bindata
Browse files Browse the repository at this point in the history
fix: fix go-bindata import path
  • Loading branch information
aschmahmann committed Aug 19, 2020
2 parents 40738e4 + 9d92823 commit 9af4d42
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 16 deletions.
2 changes: 1 addition & 1 deletion assets/assets.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//go:generate git submodule update --init ./dir-index-html
//go:generate go run github.com/go-bindata/go-bindata/go-bindata -pkg=assets init-doc dir-index-html/dir-index.html dir-index-html/knownIcons.txt
//go:generate go run github.com/go-bindata/go-bindata/v3/go-bindata -pkg=assets init-doc dir-index-html/dir-index.html dir-index-html/knownIcons.txt
//go:generate gofmt -w bindata.go
//go:generate sh -c "sed -i \"s/.*BindataVersionHash.*/BindataVersionHash=\\\"$(git hash-object bindata.go)\\\"/\" bindata_version_hash.go"
//go:generate gofmt -w bindata_version_hash.go
Expand Down
29 changes: 15 additions & 14 deletions assets/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/bindata_version_hash.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
package assets

const (
BindataVersionHash = "c1aa0601ac3eac2c50b296cf618a6747eeba8579"
BindataVersionHash = "f8497893ebd3e47fe8ff172d4b60b4315a0006ee"
)

0 comments on commit 9af4d42

Please sign in to comment.