Documentation
gonest — a NestJS-inspired dependency-injection and HTTP framework for Go
gonest brings modules, providers, controllers, and a full request pipeline to Go — the same mental model NestJS gives Node/TypeScript, without giving up idiomatic Go.
gonest has no tagged release yet (v0.x) and no LICENSE file. Read
Installation before depending on it
in production.
Where to start
Introduction
What gonest is and why it exists.
Quickstart
Your first Module/Provider/Controller in a few steps.
Core Concepts
Modules, Providers, Controllers and Dependency Injection.
API Reference
Signature tables for every exported symbol.