How do you install commands using go.mod

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

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. mockery

    A mock code autogenerator for Go (by vektra)

    There are some packages in my project that are not used in the source code, but they're used as commands (i.e. https://github.com/vektra/mockery https://github.com/rubenv/sql-migrate).

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. sql-migrate

    SQL schema migration tool for Go.

    There are some packages in my project that are not used in the source code, but they're used as commands (i.e. https://github.com/vektra/mockery https://github.com/rubenv/sql-migrate).

  4. go

    The Go programming language

  5. gomodrun

    The forgotten go tool that executes and caches binaries included in go.mod files.

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

  • Some annoying moments in Golang

    3 projects | /r/golang | 30 May 2023
  • Creating a TODO app in Fyne an Go

    6 projects | dev.to | 21 May 2023
  • Go is creating huge executables for the simplest of programs.

    4 projects | /r/golang | 22 Apr 2023
  • First public release of Pushup: a new compiler for making web apps in Go

    9 projects | news.ycombinator.com | 4 Jan 2023
  • What necessary packages or functions that Go doesn't have?

    6 projects | /r/golang | 4 Nov 2022

Did you know that Go is
the 4th most popular programming language
based on number of references?