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

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

Loading…
Cancel
Save