项目作者: hhxsv5

项目描述 :
The skeleton for Gin-X framework.
高级语言: Go
项目地址: git://github.com/hhxsv5/gin-x-skeleton.git
创建时间: 2017-07-07T05:57:32Z
项目社区:https://github.com/hhxsv5/gin-x-skeleton

开源协议:MIT License

下载


The skeleton for Gin-X framework.

Usage

1.Copy this project into your project.

2.Copy config.toml.example into config.toml.

3.Start Http Server.

  1. # http://127.0.0.1:8000 && http://127.0.0.1:5200
  2. ./build-debug.sh
  3. # OR
  4. # http://127.0.0.1:5200
  5. go run main.go