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

go 1.9 启动报错 #5

Closed
lescpsn opened this issue Apr 17, 2018 · 1 comment · Fixed by #6
Closed

go 1.9 启动报错 #5

lescpsn opened this issue Apr 17, 2018 · 1 comment · Fixed by #6
Assignees

Comments

@lescpsn
Copy link

lescpsn commented Apr 17, 2018

$ 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

@xuqingfeng
Copy link
Owner

Hi @lescpsn, I'm using go-bindata to embed some static files.

To start mailman using go run, you need to append another file:

# for example
go run main.go bindata.go --help

If you are using go get to install, you can use mailman binary directly.

Anyway, this tool hasn't been updated for a while. I need spend some time to do some refactoring.

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

Successfully merging a pull request may close this issue.

2 participants