petejkim / goop

A simple dependency manager for Go (golang), inspired by Bundler.
MIT License
779 stars 45 forks source link

Adding support for Windows. #27

Closed dre1080 closed 9 years ago

dre1080 commented 9 years ago

Currently, running goop on Windows fails because the path is not being modified correctly. Windows uses ; not : to concatenate paths in a list.