Unknwon 7ef9a05588 #2179 use Go sub-repo ssh to verify public key content | há 8 anos atrás | |
---|---|---|
.. | ||
gitignore | há 9 anos atrás | |
license | há 8 anos atrás | |
locale | há 8 anos atrás | |
readme | há 9 anos atrás | |
README.md | há 9 anos atrás | |
app.ini | há 8 anos atrás |
Execute following command in ROOT directory when anything is changed:
$ go-bindata -o=modules/bindata/bindata.go -ignore="\.DS_Store|README.md" -pkg=bindata conf/...
Add -debug flag to make life easier in development(somehow isn't working):
$ go-bindata -debug -o=modules/bindata/bindata.go -ignore="\.DS_Store|README.md" -pkg=bindata conf/...