Files
gh-bailu2025-cc-plugins-plu…/SKILL.md
2025-11-29 17:59:34 +08:00

1.6 KiB

name, description
name description
gin A comprehensive skill for the Go Gin web framework including routing, middleware, binding, and testing

gin

A comprehensive skill for the Go Gin web framework including routing, middleware, binding, and testing

Description

Gin is a high-performance HTTP web framework written in Go. It provides a Martini-like API but with significantly better performance—up to 40 times faster—thanks to httprouter. Gin is designed for building REST APIs, web applications, and microservices.

Repository: gin-gonic/gin Language: Go Stars: 86,855 License: MIT License

When to Use This Skill

Use this skill when you need to:

  • Understand how to use gin
  • Look up API documentation
  • Find usage examples
  • Check for known issues or recent changes
  • Review release history

Quick Reference

Repository Info

  • Homepage: https://gin-gonic.com/
  • Topics: server, middleware, framework, go, router, performance, gin
  • Open Issues: 872
  • Last Updated: 2025-11-07

Languages

  • Go: 99.5%
  • Makefile: 0.5%

Recent Releases

  • v1.11.0 (2025-09-20): v1.11.0
  • v1.10.1 (2025-05-20): v1.10.1
  • v1.10.0 (2024-05-07): v1.10.0

Available References

  • references/README.md - Complete README documentation
  • references/CHANGELOG.md - Version history and changes
  • references/issues.md - Recent GitHub issues
  • references/releases.md - Release notes
  • references/file_structure.md - Repository structure

Usage

See README.md for complete usage instructions and examples.


Generated by Skill Seeker | GitHub Repository Scraper