package
0.0.0-20201005190257-b3f917f3b338
Repository: https://github.com/umamimike/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.