mirror of
https://github.com/number571/go-peer.git
synced 2026-09-14 11:05:42 +05:00
529 B
529 B
TODO
- Append comments for functions/variables/constants/etc (godoc)
- Append benchmarks
- Write tests for coverage > 80%
- Write linters (names with prefixes 'p', 'f', 's', 'i', 'c', 'g'), (objects with name=p)
- HLM: do error pages
- HLM: group chats, name of senders
- HLS: write a threat model (in "Hidden Lake" article)
- HLF: Hidden Lake Forum
- Append example of use functions (godoc)
- Append errors (as traffic/database) for all interface methods
- Update readme for HLL
- HLL append tests, examples