pj1/pj1-go/tools/tools.go

9 lines
97 B
Go

//go:build tools
// +build tools
package tools
import (
_ "golang.org/x/tools/cmd/stringer"
)