Skip to content

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 29 Jun 13:16

HexaGo v0.4.0 Release

Hexagonal Architecture scaffolding tool for Go projects.

Installation

Download the appropriate binary for your platform below, or:

use Go

go install github.com/padiazg/hexago@v0.4.0

use Homebrew

brew tap padiazg/hexago 
brew install hexago

Changelog

Features

  • fa96914: feat(generator): auto-generate constructors; reorganize adapter templates (@padiazg)
  • 038914d: feat: sync v0.1.4 docs, add --from-port/--with-tests to MCP, observability server for service type (@padiazg)

Others

Full Changelog: v0.1.3...v0.4.0


Project Types

  • http-server - HTTP API with framework support (Echo, Gin, Chi, Fiber, stdlib)
  • service - Long-running daemon/service (no web framework for main logic)

All types support optional observability (health checks + Prometheus metrics).