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

7 lines
186 B
Go
Raw Normal View History

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