Skip to content
This repository has been archived by the owner on Mar 5, 2020. It is now read-only.

Latest commit

 

History

History
32 lines (27 loc) · 659 Bytes

README.md

File metadata and controls

32 lines (27 loc) · 659 Bytes

Go Service

项目简介

基于kratos构建的土拨鼠社区基础服务

Start

  1. Fork到自己账户下进行开发
  2. PR到主库master分支合并

Build & Run

  1. 命令行:

    • Linux/Unix
      cd go-base/cmd
      go build
      ./cmd -conf ../configs
    • Win
      cd go-base/cmd
      go build
      cmd.exe -conf ../configs
  2. GoLand:

    Program arguments中加入-conf configs

注意事项