gin.go 84 B

1234567
  1. package app
  2. import "github.com/gin-gonic/gin"
  3. type Gin struct {
  4. C *gin.Context
  5. }