package
0.0.0-20230224013745-aa5bd6bf7a18
Repository: https://github.com/katzien/go-structure-examples.git
Documentation: pkg.go.dev

# Functions

NewStorage returns a new JSON storage.

# Constants

CollectionBeer identifier for the JSON collection of beers.
CollectionReview identifier for the JSON collection of reviews.

# Structs

Beer defines the storage form of a beer.
Review defines the storage form of a beer review.
Storage stores beer data in JSON files.