Documentation

Installation

Install elgon and verify your local toolchain.

Overview

Install with Go modules and lock to a release tag for reproducible builds.

Example

Go

go get github.com/meshackkazimoto/elgon@v0.1.0
go version

Best Practices

  • Pin a semver tag in production services.
  • Use Go 1.24+ across local and CI environments.

Common Pitfalls

  • Using floating module versions in production.
  • Forgetting GOPRIVATE for private forks.