exporter-go-mystrom/tools.go

7 lines
78 B
Go

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