Files
livekit/tools/tools.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"
)