要らない情報の消し

このコミットが含まれているのは:
守矢諏訪子 2023-06-07 09:52:31 +09:00
コミット d729c9643e
1個のファイルの変更2行の追加17行の削除

ファイルの表示

@ -1,19 +1,4 @@
package utils
import (
"runtime/debug"
)
var Branch = "Alpha"
// Version returns the git commit hash of the current build. Taken from https://git.vern.cc/pjals/bestofbot.
func Version() string {
if info, ok := debug.ReadBuildInfo(); ok {
for _, setting := range info.Settings {
if setting.Key == "vcs.revision" {
return setting.Value[:8]
}
}
}
return "unknown, please build with Go 1.13+ or use Git"
}
var Ver = "1.0.0"
var Ves = "100"