couch – 
Simple full text search engine.
Usage
go get github.com/anoriqq/couch
example project is here. (WIP)
Development
# install dependences
go install github.com/tenntenn/[email protected]
go mod tidy
# run all test
go test -race -overlay=$(testtime) -shuffle on -count 1 ./...