Skip to content

Commit 6dfcbf9

Browse files
committed
make golint happy
1 parent d1e2bb6 commit 6dfcbf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ func (pg *ParamGroup) UnmarshalYAML(unmarshal func(interface{}) error) error {
554554
return checkOverflow(pg.XXX, fmt.Sprintf("param_group %q", pg.Name))
555555
}
556556

557-
// Params describes URL param value
557+
// Param describes URL param value
558558
type Param struct {
559559
// Key is a name of params
560560
Key string `yaml:"key"`

0 commit comments

Comments
 (0)