import "github.com/sassoftware/relic/cmdline/verify"
verify.go
var VerifyCmd = &cobra.Command{ Use: "verify", Short: "Verify a signed package or executable", RunE: verifyCmd, }