We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
模仿docker version的版本信息,将g -v的输出格式变更为如下形式:
docker version
g -v
g version 1.5.0 Built: 2023-06-09 21:27:51 Git branch: master Git commit: a655102b Go version: go1.20.5 Os/Arch: darwin/arm64 Experimental: true
The text was updated successfully, but these errors were encountered:
feat: extended version information. #93
b8f1956
refactor: rename 'Os' to 'OS'. #93
40a5ad2
voidint
No branches or pull requests
模仿
docker version
的版本信息,将g -v
的输出格式变更为如下形式:g version 1.5.0 Built: 2023-06-09 21:27:51 Git branch: master Git commit: a655102b Go version: go1.20.5 Os/Arch: darwin/arm64 Experimental: true
The text was updated successfully, but these errors were encountered: