7 lines
75 B
Go
7 lines
75 B
Go
//go:build tools
|
|
|
|
package main
|
|
|
|
import (
|
|
_ "github.com/spf13/cobra-cli"
|
|
)
|