Skip to content

Commit

Permalink
fix comments in proxy middleware (#1355)
Browse files Browse the repository at this point in the history
fix a little comment wrong in proxy middleware
  • Loading branch information
aschenmaker authored Jun 1, 2021
1 parent 9b3662e commit bad3abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion middleware/proxy/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ var ConfigDefault = Config{
ModifyResponse: nil,
}

// Helper function to set default values
// configDefault function to set default values
func configDefault(config ...Config) Config {
// Return default config if nothing provided
if len(config) < 1 {
Expand Down

0 comments on commit bad3abb

Please # to comment.