1 //go:build tools 2 // +build tools 3 4 package main 5 6 import ( 7 _ "github.com/matryer/moq" 8 ) 9
View as plain text