qor-example icon indicating copy to clipboard operation
qor-example copied to clipboard

config.NoMetadata undefined

Open bnymn opened this issue 5 years ago • 1 comments

Hello,

I have tried to install qor-example, but I ended up with an error that I can't figure out.

My Go Version

go version 
go version go1.13.4 linux/amd64

I have run the following command:

go get -u github.com/qor/qor-example

And, I got the following result:

# github.com/qor/qor-example/config/bindatafs
../../.asdf/installs/golang/1.13.4/packages/pkg/mod/github.com/qor/[email protected]/config/bindatafs/bindatafs.go:118:8: config.NoMetadata undefined (type *bindata.Config has no field or method NoMetadata)

Can anyone help me solving this please?

bnymn avatar Nov 10 '19 20:11 bnymn

//config.NoMetadata = true

TomLiu-GitHub avatar Apr 11 '20 10:04 TomLiu-GitHub