Skip to content

Commit

Permalink
πŸ“ docs: update document
Browse files Browse the repository at this point in the history
  • Loading branch information
jingyuexing committed Jan 2, 2024
1 parent f43cdc2 commit 9dd93bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func GetPathValue(raw string, realPath string) map[string]string
```go
func (c *Cookie) NewCookie(cookie string, delimiter string, joiner string) *Cookie
```
- This can parse the Cookie string or parse the Query string, you can specify separators and connectors for parsing [see test case](utils_test.go#L22)
- This can parse the Cookie string or parse the Query string, you can specify separators and connectors for parsing [see test case](utils_test.go#L84-L89)


```go
Expand Down

0 comments on commit 9dd93bf

Please sign in to comment.