hackathon/tools.go

8 lines
69 B
Go

//go:build tools
package tools
import (
_ "github.com/gunk/opt"
)