Skip to content

yangyang10/GoDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

项目结构文件夹说明

1、cmd 用于命令行
2、configs 用于配置文件
3、deployments 部署脚本,Dockerfile
4、model 用于模型设计
5、pkg 用于辅助的库
6、src 核心逻辑层
7、main.go 函数入口
8、Makefile项目构建

数据库链接

https://gorm.io/docs/

go get -u github.com/jinzhu/gorm

redis

https://github.com/go-redis/redis

go get -u github.com/go-redis/redis
go get -u github.com/go-redis/cache

网络

https://github.com/gin-gonic/gin go get -u github.com/gin-gonic/gin

go get github.com/fatih/camelcase

About

go lang demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published