# chensyapis **Repository Path**: chensyf/chensyapis ## Basic Information - **Project Name**: chensyapis - **Description**: Chensy的API - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-16 - **Last Updated**: 2022-03-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # chensyapis ## swagger文档初始化方法 ``` go get -u github.com/swaggo/gin-swagger go get -u github.com/swaggo/gin-swagger/swaggerFiles swag init ```