Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/zh/UserGuide/API/Programming-Go-Native-API.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,5 @@ go mod tidy
# 编译并运行程序
go run session_example.go
```
#### 注意:GO原生客户端Session不是线程安全的,强烈不建议在多线程场景下应用。如有多线程应用场景,请使用Session Pool.