Skip to content

rushairer/gouno

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gouno

English | 中文

English

Overview

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.

Features

  • Gin framework integration
  • Custom middleware
  • Error handling utilities
  • Response formatting
  • Code generators for common patterns

Installation

go get github.com/rushairer/gouno

Usage

Import 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"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages