mirror of
https://github.com/livekit/livekit.git
synced 2026-03-30 15:35:41 +00:00
9 lines
126 B
Go
9 lines
126 B
Go
// +build tools
|
|
|
|
package tools
|
|
|
|
import (
|
|
_ "github.com/google/wire/cmd/wire"
|
|
_ "github.com/maxbrunsfeld/counterfeiter/v6"
|
|
)
|