mediocregopher / goat

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

V1 #18

Closed mediocregopher closed 10 years ago

mediocregopher commented 10 years ago

Version 1 of goat doesn't add in any new features, but significantly changes the syntax and environment goat works in. The project files are now called .go.yaml (and are now yaml instead of json), and all goat specific files are placed in .goat in the root of the project. The code has been re-organized as well.