Skip to content

Commit 67fcf4d

Browse files
committed
[update] README example section
1 parent 7a510ad commit 67fcf4d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README-ja.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
- [デフォルトOPTIONSハンドラー](#デフォルトoptionsハンドラー)
3232
- [ベンチマークテスト](#ベンチマークテスト)
3333
- [設計](#設計)
34+
- [Wiki](#wiki)
3435
- [コントリビューション](#コントリビューション)
3536
- [スポンサー](#スポンサー)
3637
- [ライセンス](#ライセンス)
@@ -64,7 +65,7 @@ go get -u github.com/bmf-san/goblin
6465
#
6566
サンプルの実装を用意しています。
6667

67-
[_examples](https://github.com/bmf-san/goblin/blob/master/_examples)をご参照ください。
68+
[example_goblin_test.go](https://github.com/bmf-san/goblin/blob/master/example_goblin_test.go)をご参照ください。
6869

6970
# 使い方
7071
## メソッドベースのルーティング
@@ -335,6 +336,9 @@ HTTPメソッドごとに木を構築するようになっています。
335336

336337
改善のアイデアがあればぜひ教えてください!
337338

339+
# Wiki
340+
参考資料の一覧は[wiki](https://github.com/bmf-san/goblin/wiki)に記載しています。
341+
338342
# コントリビューション
339343
IssueやPull Requestはいつでもお待ちしています。
340344

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ This logo was created by [gopherize.me](https://gopherize.me/gopher/d654ddf2b81c
3131
- [Default OPTIONS handler](#default-options-handler)
3232
- [Benchmark tests](#benchmark-tests)
3333
- [Design](#design)
34+
- [Wiki](#wiki)
3435
- [Contribution](#contribution)
3536
- [Sponsor](#sponsor)
3637
- [Stargazers](#stargazers)
@@ -66,7 +67,7 @@ go get -u github.com/bmf-san/goblin
6667
# Example
6768
A sample implementation is available.
6869

69-
Please refer to [_examples](https://github.com/bmf-san/goblin/blob/master/_examples).
70+
Please refer to [example_goblin_test.go](https://github.com/bmf-san/goblin/blob/master/example_goblin_test.go).
7071

7172
# Usage
7273
## Method based routing

0 commit comments

Comments
 (0)