Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- func (w *Word) IsAnimate() bool {
- if word, _, _ := resources.AnimateDictionary.Find([]dictionary.Word{{Token: w.Lowered}}); word.Token != "" {
- *w = Word(word)
- return true
- }
- return false
- }
Advertisement
Add Comment
Please, Sign In to add comment