traefik/vendor/github.com/openzipkin-contrib/zipkin-go-opentracing/wire/gen.go

7 lines
186 B
Go
Raw Normal View History

2018-01-10 16:48:04 +00:00
package wire
2019-04-05 09:58:06 +00:00
//go:generate protoc --gogofaster_out=$GOPATH/src wire.proto
2018-01-10 16:48:04 +00:00
// Run `go get github.com/gogo/protobuf/protoc-gen-gogofaster` to install the
// gogofaster generator binary.