8 lines
69 B
Go
8 lines
69 B
Go
|
//go:build tools
|
||
|
|
||
|
package tools
|
||
|
|
||
|
import (
|
||
|
_ "github.com/gunk/opt"
|
||
|
)
|