Closed trans closed 10 years ago
Yeah, that'd be neat. I think go has something like this built in already, so maybe we could work off of that
Did you mean to close this issue?
Yeah, like you said it's not necessary for the v1 release. You can make a pull-request if you want.
Ran into a spot where it would awesome if goat had a command to read
*.go
files and look at the import statements to put together a list of non-local imports, and then update the.go.yaml
file dependencies automatically.This isn't necessary for a v1 release, but it could be very useful for people to get started using goat quickly, and also keep there
.go.yaml
files current with less effort.