Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fangwenqi/cgo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cgo

golang搭建原生后台项目

要运行此项目要执行以下两个步骤:

1.安装三方库

1).go get -u github.com/go-sql-driver/mysql 
2).go get github.com/satori/go.uuid 

2.创建MySQL数据库

数据库名:cgo 
数据库的用户名和密码均为root,如果不是请在Database.go中修改 

3.依赖

go mod tidy

About

golang搭建原生后台项目

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%