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
There are two hard coded paths in bindata.go
bindata.go
Example.
path := "/Users/achiku/.go/1.6.1/src/github.com/achiku/dgw/template/struct.tmpl"
How about a command line argument that specifies the template directory?
The text was updated successfully, but these errors were encountered:
Good catch. I will add bindata.go to .gitignore since the below line should generate it before compile. https://github.com/achiku/dgw/blob/master/dgw.go#L1
Sorry, something went wrong.
Now when installing I see...
$ go get -u github.com/achiku/dgw # github.com/achiku/dgw src/github.com/achiku/dgw/dgw.go:261: undefined: Asset
@scottjbarr Fixed!
No branches or pull requests
There are two hard coded paths in
bindata.go
Example.
How about a command line argument that specifies the template directory?
The text was updated successfully, but these errors were encountered: