laconicd/tools/tools.go
2022-10-10 16:08:33 +05:30

11 lines
233 B
Go

//go:build tools
package tools
import (
_ "github.com/onsi/ginkgo/v2"
)
// 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.