mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-17 00:38:06 +00:00
8 lines
141 B
Go
8 lines
141 B
Go
//go:build tools
|
|
|
|
package main
|
|
|
|
import (
|
|
_ "github.com/twitchtv/twirp/protoc-gen-twirp"
|
|
_ "google.golang.org/protobuf/cmd/protoc-gen-go"
|
|
)
|