Documentation
¶
Index ¶
- func AddToDictionary(dictionary map[string]bool, word string)
- func AddToFile(file *os.File, word string) (int, error)
- func Contains(arr []string, elem string) bool
- func GetDictionaryFile() *os.File
- func IsWordInDictionary(dictionary map[string]bool, word string) bool
- func ReadDictionaryFile() map[string]bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddToDictionary ¶
func GetDictionaryFile ¶
func ReadDictionaryFile ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.