go get -u all
go get -u
go mod update
go get -u full_package_name
go get -u github.com/... // ('...' being the wildcard).
go get -u github.com/orgA/...
go get -d
go get -u ./..
...……
// Copyright 2009 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// go/src/fmt/format.go
// version 1.7……