6 lines
403 B
Go
6 lines
403 B
Go
|
package main
|
||
|
|
||
|
//go:generate sh -c "protoc -I./proto -I. -I$(go list -f '{{ .Dir }}' -m go.unistack.org/micro-proto/v3) --go_out=paths=source_relative:./proto proto/example.proto"
|
||
|
|
||
|
//go:generate sh -c "protoc -I./proto -I. -I$(go list -f '{{ .Dir }}' -m go.unistack.org/micro-proto/v3) --go-micro_out=components='micro|grpc',debug=true,tag_path=./proto,paths=source_relative:./proto proto/example.proto"
|