package
0.0.0-20240714224126-dd17c9c41f4c
Repository: https://github.com/sergiolneves/learn-go-with-tests.git
Documentation: pkg.go.dev

# Functions

Server returns a handler for calling Store.

# Structs

SpyResponseWriter checks whether a response has been written.
SpyStore allows you to simulate a store and see how its used.

# Interfaces

Store fetches data.