gobbs - Golang 的示例 Web 应用程序

Prepare Project

  1. 安装 goop (https://github.com/nitrous-io/goop)

go get github.com/nitrous-io/goop

  1. 安装依赖

goop install

  1. 准备 gobbs 项目

make prepare

Debug

  1. 准备数据库

make initdb

  1. 运行应用进行调试

make run

Test

make test

Build

  1. 输出 gobbs 二进制文件

make build

Archive

  1. 输出 gobbs.zip

make archive

Grac