Skip to content

Commit

Permalink
fill link
Browse files Browse the repository at this point in the history
  • Loading branch information
sado committed May 21, 2022
1 parent 7749d16 commit 3d639bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ __supported operator__
* **recursive params call with `.`**: `map.mapKey.mapKey.arrayIndex.structFiledName` (foo.bar.2.Name)

* Link
* [See Example Here]()
* [Check Unit Test Here]()
* [See Example Here](https://github.com/sado0823/go-kitx/blob/master/kit/rule/example_test.go)
* [See Unit Test Here](https://github.com/sado0823/go-kitx/blob/master/kit/rule/rule_params_test.go)

```go
// example
Expand Down
5 changes: 3 additions & 2 deletions kit/rule/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ __supported operator__
* **recursive params call with `.`**: `map.mapKey.mapKey.arrayIndex.structFiledName` (foo.bar.2.Name)

* Link
* [See Example Here]()
* [Check Unit Test Here]()
* [See Example Here](https://github.com/sado0823/go-kitx/blob/master/kit/rule/example_test.go)
* [See Unit Test Here](https://github.com/sado0823/go-kitx/blob/master/kit/rule/rule_params_test.go)

##### ExampleDo
```go
import (
Expand Down

0 comments on commit 3d639bb

Please sign in to comment.