Skip to content

Commit

Permalink
interfaces: fix for go vet
Browse files Browse the repository at this point in the history
  • Loading branch information
rjeczalik committed May 29, 2017
1 parent 61d2318 commit 2a41193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion struct.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func (t Tags) String() string {
// Field
type Field struct {
Name string `json:"name,omitempty"`
Type Type `json:"name,omitempty"`
Type Type `json:"type,omitempty"`
Tags Tags `json:"tags,omitempty"`
}

Expand Down

0 comments on commit 2a41193

Please # to comment.