kinnou02 / schedules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Schedules

Implementation of route_schedules in go

How to build

You must have the latest version of go installed. In the root directory of the project do:

make setup

You can then build the project by doing:

make

The test can be run with the following command:

make ci

About

License:GNU Affero General Public License v3.0


Languages

Language:Go 77.7%Language:Makefile 22.3%