Appearance
使用到的工具
- https://goframe.org/pages/viewpage.action?pageId=1114260 (手册说明信息)
- https://github.com/gogf/gf/releases (工具的下载址)
项目创建
shell
#第一种(有文件夹)
gf init .
#第二种(没有文件夹,自动创建文件夹)
gf init myapp