package verify import "fmt" func Main(_ []string) error { return fmt.Errorf("TODO") }