petejkim / goop

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

Add default GOPATH definition for later version of golang #13

Open dizzyd opened 10 years ago

dizzyd commented 10 years ago

Later versions of golang require a GOPATH defined in the environment; this patch ensures it's available, defaulted as the vendor directory.