gobbs - Golang 的示例 Web 应用程序
Prepare Project
- 安装 goop (https://github.com/nitrous-io/goop)
go get github.com/nitrous-io/goop
- 安装依赖
goop install
- 准备 gobbs 项目
make prepare
Debug
- 准备数据库
make initdb
- 运行应用进行调试
make run
Test
make test
Build
- 输出 gobbs 二进制文件
make build
Archive
- 输出 gobbs.zip
make archive
暂无评论