From 302ee60bff54045507708868637908ec63564df5 Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Sun, 2 Apr 2017 10:58:35 -0700 Subject: remove old comment/reminder --- cmd/ponzu/generate.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cmd/ponzu/generate.go b/cmd/ponzu/generate.go index 3536212..a4a9d2c 100644 --- a/cmd/ponzu/generate.go +++ b/cmd/ponzu/generate.go @@ -24,10 +24,6 @@ type generateField struct { View string } -// following the type, an optional third param could designate the editor.Input-like -// func to call which would output different text based on the element returned -// blog title:string Author:string PostCategory:string content:string:richtext some_thing:int - // blog title:string Author:string PostCategory:string content:string some_thing:int func parseType(args []string) (generateType, error) { t := generateType{ -- cgit v1.2.3