# gino **Repository Path**: tfc2016/gino ## Basic Information - **Project Name**: gino - **Description**: gin api 接口 - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 1 - **Created**: 2022-04-02 - **Last Updated**: 2025-04-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Gino 一款基于Gin设计开发通用项目 ![img.png](img.png) ### docker ``` # docker build docker build -f Dockerfile -t babytime2019/gino:v1.0.0 . # docker push to harbor docker push babytime2019/gino:v1.0.0 ```