MCPcopy
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

107type goVersion int
108
109func (g goVersion) String() string {
110 return fmt.Sprintf("go1.%d", g)
111}
112
113func (g goVersion) Abbr() string {
114 return fmt.Sprintf("go1%d", g)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected