package
0.0.0-20241030073138-9b4a7b01f56d
Repository: https://github.com/rstropek/golang-samples.git
Documentation: pkg.go.dev

# README

Tablesoccer Competition API

I created this sample for an exam in HTL Perg. It is a simple web API that you can use when learning e.g. Angular.

See demo.http for samples what the API can be used for.

# Structs

Match represents a table soccer match Note that scores are pointers so that we can identify missing values.