package
0.0.0-20250122124320-23b25248e6ad
Repository: https://github.com/quii/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 perform an operation on 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.