mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-01-13 20:42:55 +00:00
14 lines
140 B
Markdown
14 lines
140 B
Markdown
Simple Go demo
|
|
==============
|
|
|
|
Setup
|
|
======
|
|
|
|
Start by installing the simdcomp library (make && make install).
|
|
|
|
Then type:
|
|
|
|
go run test.go
|
|
|
|
|