Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sazzer committed Sep 3, 2021
1 parent b3f728a commit a935880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Expand Up @@ -20,7 +20,7 @@ type Mock struct {
Response []ResponseBuilder
}

// Create a new Mock instance from an assortment of MatchRule and ResponseBuilder types.
// NewMock will create a new Mock instance from an assortment of MatchRule and ResponseBuilder types.
func NewMock(params ...interface{}) Mock {
matches := []MatchRule{}
response := []ResponseBuilder{}
Expand Down

0 comments on commit a935880

Please sign in to comment.