|
|
|
|
|
by mvzink
4778 days ago
|
|
$ go get github.com/person/project
It will even figure out dependencies by checking every import (and you can do 'import "github.com/person/project"' too), and builds the source by default.And yes, "go get" comes with the standard gotools. |
|
Edit: WTF? why this comment is down-voted now?