Basics Flashcards
(5 cards)
1
Q
What is the go workspace?
A
Directory containing subdirectories:
bin
pkg
src
2
Q
What is the environment variable that points to the go workspace?
A
GOPATH
3
Q
What is the environment variable to points to the go binary?
A
GOROOT
4
Q
How do you list go environment variables?
A
go env
5
Q
How do you install packages and dependencies?
A
go get
* requires git binary as dependency