Y
Hacker News
new
|
ask
|
show
|
jobs
by
hgl
3195 days ago
I’m trying to not rely on GOPATH too, but how do you import sub packages? Are you supposed to put them in vendor too?
1 comments
infogulch
3195 days ago
Vendoring is based on the VCS, so it vendors all packages (and "sub-packages") at once.
link