mirror of
https://github.com/livekit/livekit.git
synced 2026-03-31 11:05:39 +00:00
8 lines
89 B
Go
8 lines
89 B
Go
// +build tools
|
|
|
|
package tools
|
|
|
|
import (
|
|
_ "github.com/maxbrunsfeld/counterfeiter/v6"
|
|
)
|