You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is a great honor to use this tool. the reason for the error is due to the lack of a bindata.go file and this file can be generated using the following command:
go-bindata static / ...
go-bindata should be compiled by yourself and this tools will compress the resources in the static directory of the project into bindata.go(the go-bindata tool refers to the https://github.com/jteeuwen/go-bindata project).
When build this git repo, I got the following errors:
github.com/taomin597715379/redisvo
./handler.go:34: undefined: Asset
./handler.go:52: undefined: Asset
./handler.go:92: undefined: Asset
The text was updated successfully, but these errors were encountered: