Initial release

This commit is contained in:
世界
2022-08-26 16:33:12 +08:00
parent c5e38203eb
commit 0348ace253
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 "