MCPcopy
hub / github.com/xjasonlyu/tun2socks / String

Function String

internal/version/version.go:21–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19)
20
21func String() string {
22 return fmt.Sprintf("%s-%s", Name, strings.TrimPrefix(Version, "v"))
23}
24
25func BuildString() string {
26 return fmt.Sprintf("%s/%s, %s, %s", runtime.GOOS, runtime.GOARCH, runtime.Version(), GitCommit)

Callers 1

mainFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…