TBD54566975 / web5-go

Apache License 2.0
7 stars 6 forks source link

Fix linting issues caused by lack of godoc comments #100

Closed KendallWeihe closed 4 months ago

KendallWeihe commented 4 months ago

Linting on main is currently failing because of a lot of lacking godoc comments for exported members. This PR adds the comments. In full transparency, I think the doc comments here are insufficient, in that a lot of comments need additional language added. I was hoping we could get the pipeline back to functional, so that linting is actually useful for current code changes, and then follow-up with this ticket to add additional context and whatnot.


This work spurred the creation of this ticket https://github.com/TBD54566975/web5-go/issues/98