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