mirror of
https://github.com/livekit/livekit.git
synced 2026-03-29 13:39:52 +00:00
9 lines
137 B
Go
9 lines
137 B
Go
// +build tools
|
|
|
|
package tools
|
|
|
|
import (
|
|
_ "github.com/maxbrunsfeld/counterfeiter/v6"
|
|
_ "github.com/twitchtv/twirp/protoc-gen-twirp"
|
|
)
|