Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoEdgeLab/EdgeNode
/ runVersion
Method
runVersion
internal/apps/app_cmd.go:180–182 ·
view source on GitHub ↗
版本号
()
Source
from the content-addressed store, hash-verified
178
179
// 版本号
180
func
(this *AppCmd) runVersion() {
181
fmt.Println(this.product+
" v"
+this.version,
"(build: "
+runtime.Version(), runtime.GOOS, runtime.GOARCH, teaconst.Tag+
")"
)
182
}
183
184
// 帮助
185
func
(this *AppCmd) runHelp() {
Callers
1
Run
Method · 0.95
Calls
1
Version
Method · 0.80
Tested by
no test coverage detected