const golang.org/x/net/http2.ClientPreface
4 uses
golang.org/x/net/http2 (current package)
http2.go#L68: ClientPreface = "PRI * HTTP/2.0\r\n\r\nSM\r\n\r\n"
http2.go#L87: clientPreface = []byte(ClientPreface)
server.go#L1135: buf := make([]byte, len(ClientPreface))
google.golang.org/grpc/internal/transport
http_util.go#L52: clientPreface = []byte(http2.ClientPreface)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)