exporter-go-mystrom/tools.go
2022-08-29 20:39:07 +02:00

7 lines
No EOL
78 B
Go

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