Skip to content

Commit a9c6d0e

Browse files
committed
Remove legacy metadata option in bindata.
1 parent debf771 commit a9c6d0e

File tree

3 files changed

+307
-14604
lines changed

3 files changed

+307
-14604
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Chat Room: [![Join the chat at https://gitter.im/qor/qor](https://badges.gitter.
1313
$ go get -u github.com/qor/qor-example
1414

1515
# Setup database
16+
# Or if you prefer postgreSQL see the postgres_env file for its configuration.
1617
$ mysql -uroot -p
1718
mysql> CREATE DATABASE qor_example;
1819

config/bindatafs/bindatafs.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ func (assetFS *bindataFS) Compile() error {
115115
config.Tags = "bindatafs"
116116
config.Output = filepath.Join(assetFS.Path, "templates_bindatafs.go")
117117
config.Prefix = filepath.Join(assetFS.Path, "templates")
118-
config.NoMetadata = true
119118

120119
defer os.Exit(0)
121120
return bindata.Translate(config)

0 commit comments

Comments
 (0)