Lines Matching refs:Go
1 # Go support for Protocol Buffers - Google's data interchange format
7 Copyright 2010 The Go Authors.
10 This package and the code it generates requires at least Go 1.9.
12 This software implements Go bindings for protocol buffers. For
21 - Of course, install the Go compiler and tools from
42 generates Go source files that, once compiled, can access and manage
47 There is support for gRPC in Go using protocol buffers.
53 ## Using protocol buffers with Go ##
60 parameter set to the directory you want to output the Go code to.
70 correspond well to the Go notion of packages. In generated Go code,
71 each source `.proto` file is associated with a single Go package. The
83 contained in the same Go package.
111 the interface provided in Go for protocol buffers. Here is an edited
116 Go source code generated for .proto files by the protocol compiler.
223 associated with Go package quux/shme. This is subject to the