golang.org/x/pkgsite/internal/godoc/codec.Encoder.seen (field)
5 uses
golang.org/x/pkgsite/internal/godoc/codec (current package)
codec.go#L22: seen map[interface{}]uint64 // for references; see StartStruct
codec.go#L29: seen: map[interface{}]uint64{},
codec.go#L355: if u, ok := e.seen[p]; ok {
codec.go#L364: e.seen[p] = uint64(len(e.seen))
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |