From 7a163aca7bcd50ca70ab0d95a5daeaef05f1fab6 Mon Sep 17 00:00:00 2001 From: Phani Rithvij Date: Sun, 1 Dec 2024 11:31:00 +0530 Subject: [PATCH] add zoekt (#5497) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c90551fe..519192bc 100644 --- a/README.md +++ b/README.md @@ -924,6 +924,7 @@ _Libraries for building and using SQL._ - [go-elasticsearch](https://github.com/elastic/go-elasticsearch) - Official Elasticsearch client for Go. - [goes](https://github.com/OwnLocal/goes) - Library to interact with Elasticsearch. - [skizze](https://github.com/seiflotfy/skizze) - probabilistic data-structures service and storage. +- [zoekt](https://github.com/sourcegraph/zoekt) - Fast trigram based code search. **[⬆ back to top](#contents)**