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.
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.