Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prometheus/client_golang
/ String
Method
String
prometheus/gen_go_collector_metrics_set.go:109–111 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
107
type
goVersion int
108
109
func
(g goVersion) String() string {
110
return
fmt.Sprintf(
"go1.%d"
, g)
111
}
112
113
func
(g goVersion) Abbr() string {
114
return
fmt.Sprintf(
"go1%d"
, g)
Callers
1
gen_go_collector_metrics_set.go
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected