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