We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef0cc0a commit 365b96dCopy full SHA for 365b96d
internal/params/struct.go
@@ -26,7 +26,6 @@ func (s *structure) AddItems(items ...value.StructValueField) *structure {
26
}
27
28
func (s *structure) Field(v string) *structValue {
29
-
30
return &structValue{
31
parent: s,
32
name: v,
0 commit comments