Awesome-go: documentation review comments
skovtunenko opened this issue · 2 comments
skovtunenko commented
- Update README.md to add more details regarding hooks with the same
Order
-- what would be the effect? - Reformat code snippets in README.md to be vertical-oriented instead of horizontal-oriented.
- In README.md, choose fewer indentation spaces.
- Fix code indentation in this line:
// ..........
- Try to refactor this function into smaller ones:
Lines 118 to 176 in 9ba2fb9
- In "Integration with HTTP server" doc section, fix indentation for
ReadHeaderTimeout
- Remove HTTP server config to address Slowris attack (it is unnecessary details)
- Add "AwesomeGo" label to the repo.
skovtunenko commented
Add "Awesome Go" label to the repo: #86
skovtunenko commented
Remove HTTP server config to address Slowris attack (it is unnecessary details): #87