Skip to content

Commit

Permalink
remove metadata to make more deterministic
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmueller committed Dec 13, 2017
1 parent cf275db commit b35689d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ install:
.PHONY: install

embed:
@go-bindata -o ./internal/bindata/bindata.go -pkg bindata ./internal/runtime ./macro
@go-bindata -o ./internal/bindata/bindata.go -nometadata -pkg bindata ./internal/runtime ./macro
@gofmt -w ./internal/bindata/
.PHONY: embed

Expand Down
12 changes: 6 additions & 6 deletions internal/bindata/bindata.go

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

0 comments on commit b35689d

Please sign in to comment.