You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ go version -m -v /opt/homebrew/bin/goimports
/opt/homebrew/bin/goimports: go1.20.7
path golang.org/x/tools/cmd/goimports
mod golang.org/x/tools (devel)
dep golang.org/x/mod v0.12.0 h1:rmsUpXtvNzj340zd98LZ4KntptpfRHwpFOHG188oHXc=
dep golang.org/x/sys v0.11.0 h1:eG7RXZHdqOJ1i+0lgLgCpSXAp6M3LYlAo6osgSi0xOM=
build -buildmode=exe
build -compiler=gc
build -trimpath=true
build CGO_ENABLED=0
build GOARCH=arm64
build GOOS=darwin
build vcs=git
build vcs.revision=eb8a2d42a3f856024def5683ee94919e27f431b8
build vcs.time=2023-08-11T18:58:59Z
build vcs.modified=true
So, I have to embed this approach to cli version command, e.g., cli version -v and extend current output
$ maintainer version
maintainer:
version : (devel)
build date : unknown
git hash : unknown, mod sum:
go version : go1.21.1
go compiler : gc
platform : darwin/arm64
features : boilerplate=true
Motivation: provide more information about a build.
See octomation/go-tool/issues/29 as related issue.
The text was updated successfully, but these errors were encountered: