Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can not go build #4

Open
AlexStocks opened this issue Aug 15, 2017 · 3 comments
Open

can not go build #4

AlexStocks opened this issue Aug 15, 2017 · 3 comments

Comments

@AlexStocks
Copy link

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

@taomin597715379
Copy link
Owner

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).

then this will be ok.

@taomin597715379
Copy link
Owner

Since I have not released the release version, so if you want to use this tool, you have to compile by yourself. I apologize for that

@AlexStocks
Copy link
Author

Thanks a lot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants