Branch | Build Status |
---|---|
master | |
staging |
A Restful API for WasedaTime written in golang
HTTP Request | Request Parameter | Description |
---|---|---|
GET /comments | string course_id |
get all the comments of a course |
go v 1.14.4
cd app
env GOOS=linux GOARCH=amd64 go build
See https://astaxie.gitbooks.io/build-web-application-with-golang/de/12.3.html