mirror of
https://github.com/livekit/livekit.git
synced 2026-04-02 17:15:43 +00:00
10 lines
187 B
Go
10 lines
187 B
Go
// +build tools
|
|
|
|
package tools
|
|
|
|
import (
|
|
_ "github.com/maxbrunsfeld/counterfeiter/v6"
|
|
_ "github.com/twitchtv/twirp/protoc-gen-twirp"
|
|
_ "google.golang.org/protobuf/cmd/protoc-gen-go"
|
|
)
|