7 lines
No EOL
78 B
Go
7 lines
No EOL
78 B
Go
// +build tools
|
|
|
|
package main
|
|
|
|
import (
|
|
_ "golang.org/x/tools/cmd/stringer"
|
|
) |