Skip to content

zhiwyan/goadmin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

创建一个简单的gin项目

cd $GOPATH/src
git clone https://github.com/zhiwyan/goadmin.git
cd go_web_demo

初始化、下载依赖

make init

编译

make

清空编译文件

make clean