File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 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# コントリビューション
339343IssueやPull Requestはいつでもお待ちしています。
340344
Original file line number Diff line number Diff 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
6768A 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
You can’t perform that action at this time.
0 commit comments