sourcegraph/lib/tools.go
Noah S-C cb7034680d
bump to Go 1.22.1 (#60902)
🚀 💎 🙌 🚙 

## Test plan

CI
2024-03-06 17:38:43 -07:00

10 lines
206 B
Go

//go:build tools
// +build tools
package main
import (
// go-mockgen is used to codegen mockable interfaces, used in precise code intel tests
_ "github.com/derision-test/go-mockgen/v2/cmd/go-mockgen"
)