Skip to content

Commit

Permalink
[update] README example section
Browse files Browse the repository at this point in the history
  • Loading branch information
bmf-san committed Oct 1, 2023
1 parent 7a510ad commit 83cde9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README-ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ go get -u github.com/bmf-san/goblin
#
サンプルの実装を用意しています。

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

# 使い方
## メソッドベースのルーティング
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ This logo was created by [gopherize.me](https://gopherize.me/gopher/d654ddf2b81c
- [Default OPTIONS handler](#default-options-handler)
- [Benchmark tests](#benchmark-tests)
- [Design](#design)
- [Wiki](#wiki)
- [Contribution](#contribution)
- [Sponsor](#sponsor)
- [Stargazers](#stargazers)
Expand Down Expand Up @@ -66,7 +67,7 @@ go get -u github.com/bmf-san/goblin
# Example
A sample implementation is available.

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

# Usage
## Method based routing
Expand Down

0 comments on commit 83cde9f

Please sign in to comment.