# lb-go-webapi-demo **Repository Path**: lixiaobin2018/lb-go-webapi-demo ## Basic Information - **Project Name**: lb-go-webapi-demo - **Description**: 一个简单的学习go的总结,这个webapi-demo用到了gin,rsa验证,gin绑定验证参数,xorm,当然只是最初级的使用,如果有哪里可以改善,忘不吝赐教。 - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-15 - **Last Updated**: 2020-12-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # gin&xorm demo ## 启动 1. main.go->`application#Run()` 2. `go run main.go`