We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$ go version go version go1.9.1 windows/amd64
$ go run main.go
.\main.go:512:16: undefined: Asset .\main.go:527:16: undefined: Asset .\main.go:542:16: undefined: Asset .\main.go:552:16: undefined: Asset .\main.go:568:16: undefined: Asset
The text was updated successfully, but these errors were encountered:
Hi @lescpsn, I'm using go-bindata to embed some static files.
go-bindata
To start mailman using go run, you need to append another file:
go run
# for example go run main.go bindata.go --help
If you are using go get to install, you can use mailman binary directly.
go get
mailman
Anyway, this tool hasn't been updated for a while. I need spend some time to do some refactoring.
Sorry, something went wrong.
xuqingfeng
Successfully merging a pull request may close this issue.
$ go version
go version go1.9.1 windows/amd64
$ go run main.go
command-line-arguments
.\main.go:512:16: undefined: Asset
.\main.go:527:16: undefined: Asset
.\main.go:542:16: undefined: Asset
.\main.go:552:16: undefined: Asset
.\main.go:568:16: undefined: Asset
The text was updated successfully, but these errors were encountered: