vendor/golang.org/x/net/route.RouteMessage.Version (field)
4 uses
vendor/golang.org/x/net/route (current package)
route.go#L73: Version int // message version
route_classic.go#L27: if m.Version == 0 {
route_classic.go#L30: b[2] = byte(m.Version)
route_classic.go#L56: Version: int(b[2]),
![]() |
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. |