Skip to content

Commit

Permalink
make golint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
hagen1778 committed Jun 13, 2018
1 parent d1e2bb6 commit 6dfcbf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ func (pg *ParamGroup) UnmarshalYAML(unmarshal func(interface{}) error) error {
return checkOverflow(pg.XXX, fmt.Sprintf("param_group %q", pg.Name))
}

// Params describes URL param value
// Param describes URL param value
type Param struct {
// Key is a name of params
Key string `yaml:"key"`
Expand Down

0 comments on commit 6dfcbf9

Please sign in to comment.