Codebase list golang-github-go-kit-kit / run/dff50435-7a33-4f0c-bbdc-f455eb10d80a/upstream transport / http / proto / generate.go
run/dff50435-7a33-4f0c-bbdc-f455eb10d80a/upstream

Tree @run/dff50435-7a33-4f0c-bbdc-f455eb10d80a/upstream (Download .tar.gz)

generate.go @run/dff50435-7a33-4f0c-bbdc-f455eb10d80a/upstreamraw · 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