9 lines
155 B
Go
9 lines
155 B
Go
// +build tools
|
|
|
|
package tools
|
|
|
|
import (
|
|
_ "google.golang.org/protobuf/cmd/protoc-gen-go"
|
|
_ "github.com/twitchtv/twirp/protoc-gen-twirp"
|
|
)
|