Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
aosmith
on June 27, 2014
|
parent
|
context
|
favorite
| on:
Goop – Dependency Manager for Go
I've been doing basically the same thing by creating src/ and pkg/ directories and using this alias:
go='GOPATH=`pwd`:$GOPATH go'
dengnan
on June 27, 2014
[–]
In this case, try to run a `go get`, it will install everything into your current directory's bin/ directory.
aosmith
on June 28, 2014
|
parent
[–]
go get still works but it uses the src/ ... AFAIK there's no bin/ with go...
Consider applying for YC's Winter 2026 batch! Applications are open till Nov 10
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
go='GOPATH=`pwd`:$GOPATH go'