expreduce
expreduce copied to clipboard
taking out generated .go files from VCS
just creating it to track this possible improvement
so far options
- do nothing, keep generated go files in git repo - cons - merge conflicts
- investigate possible solution with using some of go package managers
- investigate using git hooks (pre commit or post fetch whatnot) method - check if its implementable and if it plays seamless with
go get http://github/.../expreducethat we want to keep
some discussion is here https://github.com/corywalker/expreduce/pull/150 and here https://github.com/corywalker/expreduce/issues/40