Go Modules Cheat Sheet
encore.dev
Go Modules Cheat Sheet
1–10 of 52 posts
Re: Go Modules Cheat Sheet
#2Re: Go Modules Cheat Sheet
#3Ahhhh.... relief. The Go docs are vague on day-today tasks like this. Also how were those nifty arrows done?
Re: Go Modules Cheat Sheet
#4Ahhhh.... relief. The Go docs are vague on day-today tasks like this. Also how were those nifty arrows done?
vague? https://github.com/golang/go/wiki/Modules#daily-workflow
Re: Go Modules Cheat Sheet
#5Earlier quoted context omitted.
vague? https://github.com/golang/go/wiki/Modules#daily-workflow
But I am millennial. I do not have time to read any document. There must be a way to just know about this or any other thing without ever learning about it.
go get (-d) -u ./... && go mod tidyRe: Go Modules Cheat Sheet
#6Ahhhh.... relief. The Go docs are vague on day-today tasks like this. Also how were those nifty arrows done?
Re: Go Modules Cheat Sheet
#7Earlier quoted context omitted.
But I am millennial. I do not have time to read any document. There must be a way to just know about this or any other thing without ever learning about it.
Arguably updating packages could be a bit more obvious than go get (-d) -u ./... && go mod tidy
go get -uRe: Go Modules Cheat Sheet
#8Re: Go Modules Cheat Sheet
#9Question: Why is go so integrated(?) with github? I mean, why can't I (or can I?) go get from my own personal gitlab server?
Re: Go Modules Cheat Sheet
#10Question: Why is go so integrated(?) with github? I mean, why can't I (or can I?) go get from my own personal gitlab server?