diff options
author | Steve Manuel <nilslice@gmail.com> | 2017-04-02 10:58:35 -0700 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2017-04-02 10:58:35 -0700 |
commit | 302ee60bff54045507708868637908ec63564df5 (patch) | |
tree | 9f7427f99feb6b9e335b0a59740d570beb2235ce | |
parent | 9e27f401293560c11a8c93d0e7db6b82ecf30b8f (diff) |
remove old comment/reminder
-rw-r--r-- | cmd/ponzu/generate.go | 4 |
1 files changed, 0 insertions, 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{ |