go-framework

Installation
SKILL.md

Go Framework Patterns

Package Structure

<package>/
├── <interface>.go     # Extension contract
├── registry.go        # Register(), New(), List()
├── hooks.go           # Lifecycle hooks
├── middleware.go       # Middleware type + Apply()
└── providers/          # Built-in implementations

Registry + Factory

Installs
12
GitHub Stars
12
First Seen
Feb 10, 2026
go-framework — lookatitude/beluga-ai