package
0.0.0-20240908161450-a2738a145fb8
Repository: https://github.com/ahmetsoykan/go-tutorials.git
Documentation: pkg.go.dev

# README

The idea is to be iteratively writing useful code with small steps, driven by tests so that you don't fall into a rabbit hole for hours.

# Functions

No description provided by the author

# Structs

InMemoryPlayerStore collects data about players in memory.
PlayerServer is a HTTP interface for player information.

# Interfaces

PlayerStore stores score information about players.