Skip to content

tidwall/words

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

235,886 Words

Usage

Get the package

go get github.com/tidwall/words

Loop though all the words

for _, word := range words.Words {
    println(word)
}

Get a random word

word := words.Words[rand.Intn(len(words.Words)]]
println(word)

About

235,886 Words for Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages