Skip to content
Snippets Groups Projects
Commit 3a5ccb65 authored by Bo Li's avatar Bo Li
Browse files

debug versioning issue

parent 9d7cdb6f
No related branches found
No related tags found
No related merge requests found
package build
import "runtime/debug"
import (
"fmt"
"runtime/debug"
)
var Version = "dev"
......@@ -9,4 +12,5 @@ func Init() {
if ok && info.Main.Version != "" {
Version = info.Main.Version
}
fmt.Println(info)
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment