Go simple update
I’ve actually relied on VS codes built in “Check for upgrades” solution for my Go projects up until now. But it’s not really worked great.
Google gave me this Update All Go Modules
go get -u -t ./...
I’ve actually relied on VS codes built in “Check for upgrades” solution for my Go projects up until now. But it’s not really worked great.
Google gave me this Update All Go Modules
go get -u -t ./...