go-cert-gen/cmd/main_test.go

8 lines
77 B
Go

package cmd
import "testing"
func TestExecute(t *testing.T) {
Execute()
}