简介Gin是一个golang的微框架,封装比较优雅,API友好,源码注释比较明确,具有快速灵活,容错方便等特点
hello worldpackage main
import (
"github.com/gin-gonic/gin"
2024-03-13