6 lines
186 B
Go
6 lines
186 B
Go
package wire
|
|
|
|
//go:generate protoc --gogofaster_out=$GOPATH/src wire.proto
|
|
|
|
// Run `go get github.com/gogo/protobuf/protoc-gen-gogofaster` to install the
|
|
// gogofaster generator binary.
|