awalterschulze / goderive

Derives and generates mundane golang functions that you do not want to maintain yourself
Apache License 2.0
1.23k stars 44 forks source link

support multiple GOPATH's #36

Closed dvic closed 7 years ago

dvic commented 7 years ago

Please correct me if I'm wrong but shouldn't this line should split on : and try each GOPATH (in order)?

awalterschulze commented 7 years ago

My bad. I forgot people used multiple gopaths. Here is the fix https://github.com/awalterschulze/goderive/commit/01fa5ea67325abaa32922c61e1c4fd154133e136

awalterschulze commented 7 years ago

Thanks for reporting :)