TBD54566975 / web5-go

Apache License 2.0
10 stars 6 forks source link

Fix linting #106

Closed KendallWeihe closed 6 months ago

KendallWeihe commented 6 months ago

Linting is currently failing with two issues from the prior did:web PR

web5-go on  main [$] via 🐹 v1.22.0
➜ just lint
Running linter...
dids/didweb/didweb.go:244:15: G107: Potential HTTP request made with variable url (gosec)
dids/didweb/didweb.go:217:6: exported: exported type Resolver should have comment or be unexported (revive)
error: Recipe `lint` failed on line 3 with exit code 1