Simple full text search engine.
go get github.com/anoriqq/couch
example project is here. (WIP)
# install dependencies
go install github.com/tenntenn/testtime@latest
go mod tidy
# run all test
go test -race -overlay=$(testtime) -shuffle on -count 1 ./...