the backend of TAT
before start contribute this project please make sure taht you are familiar with go path and you've installed go in your system
- clone project:
git clone https://github.com/NTUT-NPC/tat-gogogo.git
- install gvm:
bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer)
- install go via gvm:
gvm install go1.12.7
and use this version:gvm use go1.12.7 --default
- run project:
go run app.go
- Go Modules: Go Package Manager
- gvm: Go Version Manager
- naming: better to understand the naming convention