找到main可执行文件,命令行中输入./main 即可启动服务器
本程序可能对一下包有依赖 "github.com/codegangsta/negroni" "github.com/gorilla/mux" "github.com/unrolled/render" 解决协议来问题,输入go get "——————" 其中"——————"替换为以上任意一个地址
##结果展示
启动 catik@catik-Aspire-V3-471:~/文档/cloudgo-io$ go run main.go [negroni] listening on :8080 [negroni] 2018-01-05T01:55:53+08:00 | 200 | 344.785µs | localhost:8080 | GET /
post [negroni] 2018-01-05T02:00:41+08:00 | 200 | 356.045µs | localhost:8080 | POST /
<title>Personal information</title>模板输出后的页面
- Name: zhang:
*
- Phone Number: 1419012394
*
- ID: 189128498998881
*
加*的为替换位置 >unkonwn的处理 [negroni] 2018-01-05T02:03:37+08:00 | 514 | 64.091µs | localhost:8080 | GET /unknown >可以看出,错误代码为514 >更多的截图细节详见result文件夹