internal/gover.Version.Minor (field)
9 uses
internal/gover (current package)
gover.go#L25: Minor string // decimal or ""
gover.go#L43: if c := CmpInt(vx.Minor, vy.Minor); c != 0 {
gover.go#L85: if v.Minor == "" || v.Major == "1" && v.Minor == "0" {
gover.go#L88: return v.Major + "." + v.Minor
gover.go#L109: v.Minor = "0"
gover.go#L120: v.Minor, x, ok = cutInt(x[1:])
gover.go#L127: if CmpInt(v.Minor, "21") < 0 {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)