mediocregopher / goat

A simple, yaml-based go dependency manager
Apache License 2.0
68 stars 11 forks source link

Command to auto-build/update .go.yaml #14

Closed trans closed 10 years ago

trans commented 10 years ago

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.

mediocregopher commented 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

trans commented 10 years ago

Did you mean to close this issue?

mediocregopher commented 10 years ago

Yeah, like you said it's not necessary for the v1 release. You can make a pull-request if you want.