blob: 29a52161702f414cd153507e6c6ac4dcb106c79f (
plain)
1
2
3
4
5
|
package adminpb
func init() {}
//go:generate protoc --proto_path=. --proto_path=../../pb --go_out=. --go_opt=paths=source_relative --twirp_out=. --twirp_opt=paths=source_relative internal.proto
|