Code review

This page summarizes the projects mentioned and recommended in the original post on reddit.com/r/golang

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
  • go-rate-limite

    [Moved to: https://github.com/dhis2-sre/go-rate-limiter]

  • Tollbooth

    Simple middleware to rate-limit HTTP requests.

    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.

  • golangci-lint

    Fast linters Runner for Go

    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

  • viper

    Go configuration with fangs

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.

Suggest a related project

Related posts