go-ssb-room/internal/devtools/counterfeiter.go

11 lines
250 B
Go
Raw Normal View History

2021-03-29 13:33:58 +00:00
// +build tools
package devtools
import (
_ "github.com/maxbrunsfeld/counterfeiter/v6"
)
// This file imports packages that are used when running go generate, or used
// during the development process but not otherwise depended on by built code.