Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vcaesar committed Dec 5, 2018
1 parent bf153a6 commit e442367
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
# Riot examples
# Riot examples

#### [Look at an example](/examples/simple/main.go)

#### [Look at Store example](https://github.com/go-ego/riot/blob/master/examples/store/main.go)

#### [Look at Logic search example](https://github.com/go-ego/riot/blob/master/examples/logic/main.go)

#### [Look at Pinyin search example](https://github.com/go-ego/riot/blob/master/examples/pinyin/main.go)

#### [Look at different dict and language search example](https://github.com/go-ego/riot/blob/master/examples/dict/main.go)

#### [Look at benchmark example](https://github.com/go-ego/riot/blob/master/examples/benchmark/benchmark.go)

#### [Riot search engine templates, client and dictionaries](https://github.com/go-ego/riot/tree/master/data)

0 comments on commit e442367

Please sign in to comment.