Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekSi committed Oct 9, 2020
1 parent 8795a42 commit cb45cad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions parse/base.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ package parse // import "gopkg.in/reform.v1/parse"

import (
"fmt"
"reflect"
"strconv"
"strings"
)
Expand All @@ -18,7 +17,7 @@ type FieldInfo struct {
Type string // field type as defined in source file, e.g. string; always present for primary key, may be absent otherwise
Column string // SQL database column name from "reform:" struct field tag, e.g. name

Kind reflect.Kind // underlying type; set only by runtime parser
// TODO Kind reflect.Kind // underlying type; set only by runtime parser
}

// fieldInfoInSync returns true if FieldInfo fields that are set by both file and runtime parser are equal.
Expand Down

0 comments on commit cb45cad

Please sign in to comment.