gouno is a Go project that provides a set of utilities and generators for building web applications with Gin framework. It includes middleware, error handling, response formatting, and code generation capabilities.
- Gin framework integration
- Custom middleware
- Error handling utilities
- Response formatting
- Code generators for common patterns
go get github.com/rushairer/gounoImport the package in your Go code:
import "github.com/rushairer/gouno"gouno 是一个 Go 项目,提供了一套用于构建基于 Gin 框架的 Web 应用程序的实用工具和生成器。包含中间件、错误处理、响应格式化和代码生成功能。
- Gin 框架集成
- 自定义中间件
- 错误处理工具
- 响应格式化
- 常见模式的代码生成器
go get github.com/rushairer/gouno在您的 Go 代码中导入包:
import "github.com/rushairer/gouno"