(no title)
jeffinhat | 8 years ago
Any ideas how it could relate to the go toolchain? could I stick my Neugram files in a repo and go get them?
jeffinhat | 8 years ago
Any ideas how it could relate to the go toolchain? could I stick my Neugram files in a repo and go get them?
crawshaw|8 years ago
You certainly could put your Neugram files in the same git repository as your Go code, and then "go get" would get them.
I think there is something to be said for something like:
looking for the .ng file in your GOPATH. I need to think about that a bit more.(Note that a Neugram package is limited to a single file, unlike a Go package. This is for a couple of practical reasons, notably init order, and one philosophical reason: which is Neugram packages shouldn't get as big as Go packages.)