Skip to content

Commit

Permalink
chore: dir-index with go-bindata/v3
Browse files Browse the repository at this point in the history
This regenerates bindata as noted in
#7536 (review)

License: MIT
Signed-off-by: Marcin Rataj <lidel@lidel.org>
  • Loading branch information
lidel committed Aug 19, 2020
1 parent 1ec6403 commit b2f57d6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 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
15 changes: 8 additions & 7 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 = "91a10b2537a9ab9d7b15c7d3372508196c4a6e8f"
BindataVersionHash = "48404cd968f140008fef8ac8feb9735b2db22bea"
)

0 comments on commit b2f57d6

Please sign in to comment.