Files
livekit/tools/tools.go
2021-06-02 22:56:58 -07:00

9 lines
137 B
Go

// +build tools
package tools
import (
_ "github.com/maxbrunsfeld/counterfeiter/v6"
_ "github.com/twitchtv/twirp/protoc-gen-twirp"
)