package
0.0.0-20241022201101-f4b3a44bd789
Repository: https://github.com/reza-mirjahanian/learn_golang.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.