Our great sponsors
-
-
Basically it's a thin http proxy utilizing tollbooth to do rate limiting.
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
Hi, 1. use golangci-lint to check your code, there are a number of good practices in go and the linter will help you with them. As I can see, there are no comments for public structs and methods etc. 2. no uppercase letters in *.go file names (Configuration.go). 3. good practice to split standard libs and others. goimports could help you with it, look at -local flag as well
-
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a more popular project.