Codebase list golang-github-go-kit-kit / 419745d transport / http / proto / generate.go
419745d

Tree @419745d (Download .tar.gz)

generate.go @419745draw · history · blame

1
2
3
4
package proto

//go:generate protoc proto_test.proto --go_out=. --go_opt=Mproto_test.proto=github.com/go-kit/kit/transport/http/proto --go_opt=paths=source_relative
//go:generate mv proto_test.pb.go proto_pb_test.go