|
1 year ago | |
---|---|---|
.vscode | 1 year ago | |
cmd | 1 year ago | |
internal | 1 year ago | |
.gitignore | 1 year ago | |
LICENSE.txt | 1 year ago | |
README.md | 1 year ago | |
go.mod | 1 year ago | |
go.sum | 1 year ago | |
main.go | 1 year ago |
A very simple dictionary that stores words in an SQLite3 database on your hard drive.
It was supposed to demonstrate that a fairly complete and usable program in Go can be written in under 2 hours, as this one was.
This is a basic CRUD app that can display a list of words and search for words irrespectively of context or language.
See LICENSE.txt.