1
Install
Add to your module: go get github.com/boracomet/go-irmik
go get github.com/boracomet/go-irmik
Go-Irmik is a Gin-based meta-framework: thin core, wide opt-in catalog. File routes, SSR, and optional drivers.
Thin core; import the packages you need and wire them in.
Gin-like router; little abstraction, clear surface.
Add to your module: go get github.com/boracomet/go-irmik
go get github.com/boracomet/go-irmik
Create a router with irmik.New; define a route.
app := irmik.New()
app.GET("/", home)
go run main.go, default :8080
go run main.go # → :8080
First example: this docs site. Others will be listed here as they appear.
Admin panels, internal tools, SSR sites, and JWT REST APIs.