diff --git a/did.go b/did.go index acc41b0..3249bee 100644 --- a/did.go +++ b/did.go @@ -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)