Initial release

This commit is contained in:
世界
2022-08-26 16:33:12 +08:00
parent 4ea259a94f
commit f320a584f6
4 changed files with 32 additions and 20 deletions

View File

@@ -38,7 +38,7 @@ func printVersion(cmd *cobra.Command, args []string) {
version += runtime.Version()
version += ", "
version += runtime.GOOS
version += ", "
version += "/"
version += runtime.GOARCH
version += ", "
version += "CGO "