bindata/go-bindata
Tobias Schottdorf b5d9eff767 add `mode` and `modTime` flags
In some situations, it is desired to have reproducible runs of `go-bindata`
from a fixed git repository commit. Since mtimes and file modes are not
generally versioned, the newly introduced flags aid in that quest by allowing
to completely replace those two pieces of data by something fixed.

Example:
//go:generate go-bindata -pkg resource -mode 0644 -modtime 1388530800 \
                         -o ./embedded.go ./ui/...
2015-03-10 19:17:17 +01:00
..
AppendSliceValue.go Add support for -ignore 2014-04-29 23:42:13 +01:00
main.go add `mode` and `modTime` flags 2015-03-10 19:17:17 +01:00
version.go Implements output of debug code. 2013-10-30 02:11:04 +01:00