package
0.0.0-20230929175442-2805de957004
Repository: https://github.com/tanem/learn-go-with-tests.git
Documentation: pkg.go.dev
# Constants
ErrNotFound means the definition could not be found for the given word.
ErrWordDoesNotExist occurs when trying to update a word not in the dictionary.
ErrWordExists means you are trying to add a word that is already known.
# Type aliases
Dictionary store definitions to words.
DictionaryErr are errors that can happen when interacting with the dictionary.