Our great sponsors
- SonarLint - Clean code begins in your IDE with SonarLint
- InfluxDB - Access the most powerful time series database as a service
- ONLYOFFICE ONLYOFFICE Docs — document collaboration in your environment
-
-
Basically it's a thin http proxy utilizing tollbooth to do rate limiting.
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
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.