Skip to content

lyric-demo/gin-gorm-demo

Repository files navigation

gin-gorm-demo

使用gin+gorm实现restful规范的增删改查示例

获取并运行

git clone https://github.com/lyric-demo/gin-gorm-demo.git
cd gin-gorm-demo
go get -v ./...
go build -o demo
./demo

gin框架引入及使用

获取并引入包

go get -u github.com/gin-gonic/gin
import "github.com/gin-gonic/gin"

gorm框架引入及使用

获取并引入包

go get -u github.com/jinzhu/gorm
import "github.com/jinzhu/gorm"

Releases

No releases published

Packages

No packages published

Languages