/tat-gogogo

the backend for TAT

Primary LanguageGoGNU General Public License v3.0GPL-3.0

tat-gogogo

the backend of TAT

How to contribute

before start contribute this project please make sure taht you are familiar with go path and you've installed go in your system

  1. clone project: git clone https://github.com/NTUT-NPC/tat-gogogo.git
  2. install gvm: bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer)
  3. install go via gvm: gvm install go1.12.7 and use this version: gvm use go1.12.7 --default
  4. run project: go run app.go

Documentation

  • Go Modules: Go Package Manager
  • gvm: Go Version Manager
  • naming: better to understand the naming convention

Contributors