/schedules

Primary LanguageGoGNU Affero General Public License v3.0AGPL-3.0

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