var encoding/gob.nextId
9 uses
encoding/gob (current package)
type.go#L163: var nextId typeId // incremented for each new type we build
type.go#L184: nextId++
type.go#L185: typ.setId(nextId)
type.go#L186: idToType[nextId] = typ
type.go#L279: if nextId > firstUserId {
type.go#L280: panic(fmt.Sprintln("nextId too large:", nextId))
type.go#L282: nextId = firstUserId
type.go#L623: checkId(expect, nextId)
type.go#L625: return nextId
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)