wroofauth/tools.go
2023-10-19 11:44:03 +00:00

7 lines
75 B
Go

//go:build tools
package main
import (
_ "github.com/spf13/cobra-cli"
)