Skip to content

Commit

Permalink
chore: remove unnecessary statement
Browse files Browse the repository at this point in the history
  • Loading branch information
shuai.qi committed Dec 2, 2023
1 parent 84254ae commit 3629827
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,6 @@ func (v *Validate) parseFieldTagsRecursive(tag string, fieldName string, alias s
panic(fmt.Sprintf("'%s' tag must be immediately preceded by the '%s' tag", keysTag, diveTag))
}

current.typeof = typeKeys

// need to pass along only keys tag
// need to increment i to skip over the keys tags
b := make([]byte, 0, 64)
Expand Down

0 comments on commit 3629827

Please sign in to comment.