Skip to content

Commit

Permalink
don't store file mtimes
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Medeiros committed Aug 5, 2020
1 parent e37bfcb commit d94351e
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
56 changes: 28 additions & 28 deletions internal/catalog/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 main.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:generate go-bindata -pkg catalog -prefix internal/catalog/data/ -o internal/catalog/bindata.go internal/catalog/data/...
//go:generate go-bindata -nometadata -pkg catalog -prefix internal/catalog/data/ -o internal/catalog/bindata.go internal/catalog/data/...
package main

import (
Expand Down

0 comments on commit d94351e

Please sign in to comment.