# 安装 fresh $ go get github.com/pilu/fresh # 跳转到项目目录,例如项目名为‘myapp’ $ cd /path/to/myapp # 启动 $ fresh
# 安装 gin $ go get github.com/codegangsta/gin # 验证gin是否安装成功(实际验证不成功,不能使用) $ gin -h # 启动 $ gin run main.go
原文