# ginEssential **Repository Path**: garvinew/gin-essential ## Basic Information - **Project Name**: ginEssential - **Description**: golang gin gorm - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-17 - **Last Updated**: 2022-06-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: Go语言 ## README ## Golang 学点高大上的 ### go + gin + gorm [vue-ginessential](https://gitee.com/garvinew/vue3-ginessential) + 初始化go.mod ```shell go mod init itluv.me/ginessential ``` + goproxy ```shell $ go env -w GOPROXY=https://goproxy.cn,direct ``` ```shell $ go get ``` + 启动 ```shell $ fresh ```