Skip to content

Commit

Permalink
fix: silence ocycle warning on parsePath
Browse files Browse the repository at this point in the history
  • Loading branch information
mrinalwadhwa committed Nov 10, 2018
1 parent 419654a commit 0742026
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions did.go
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ func (p *parser) parseID() parserStep {
// unreserved = ALPHA / DIGIT / "-" / "." / "_" / "~"
// pct-encoded = "%" HEXDIG HEXDIG
// sub-delims = "!" / "$" / "&" / "'" / "(" / ")" / "*" / "+" / "," / ";" / "="
// nolint: gocyclo
func (p *parser) parsePath() parserStep {
input := p.input
inputLength := len(input)
Expand Down

0 comments on commit 0742026

Please sign in to comment.