Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
auula authored Feb 11, 2022
1 parent f9ea929 commit 2092349
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 @@ -181,7 +181,7 @@ http.HandleFunc("/del", func(writer http.ResponseWriter, request *http.Request)
})
```

如果要清理正规`session`的数据,可以使用`gws.Malloc(v *gws.Values)`函数:
如果要清理这个`session``Values`数据,可以使用`gws.Malloc(v *gws.Values)`函数:

```go
http.HandleFunc("/clean", func(rw http.ResponseWriter, request *http.Request) {
Expand Down

0 comments on commit 2092349

Please sign in to comment.