TBD54566975 / web5-go

Apache License 2.0
7 stars 6 forks source link

Audit all golang doc comments on exported members and improve where necessary #99

Open KendallWeihe opened 4 months ago

KendallWeihe commented 4 months ago

Linting was failing because of a lot of missing godoc comments, so I fixed that quickly in an effort to fix the failing pipeline. But, in doing so, I glossed over some of the details which may be useful in the docs. We should commit the effort to fully reviewing all godoc comments and bring us closer to a complete state.