test-errcode
withchao 3 years ago
parent c63f7c9e48
commit 5df6847f7d

@ -8,9 +8,13 @@ import (
"path/filepath" "path/filepath"
"runtime" "runtime"
_ "embed"
"gopkg.in/yaml.v3" "gopkg.in/yaml.v3"
) )
//go:embed version
var Version string
var ( var (
_, b, _, _ = runtime.Caller(0) _, b, _, _ = runtime.Caller(0)
// Root folder of this project // Root folder of this project

Loading…
Cancel
Save