expreduce icon indicating copy to clipboard operation
expreduce copied to clipboard

taking out generated .go files from VCS

Open darvin opened this issue 7 years ago • 1 comments

just creating it to track this possible improvement

so far options

  1. do nothing, keep generated go files in git repo - cons - merge conflicts
  2. investigate possible solution with using some of go package managers
  3. 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/.../expreduce that we want to keep

darvin avatar Jun 04 '18 00:06 darvin

some discussion is here https://github.com/corywalker/expreduce/pull/150 and here https://github.com/corywalker/expreduce/issues/40

darvin avatar Jun 04 '18 00:06 darvin