Skip to content

Commit eb633d2

Browse files
committed
doc: update readme
1 parent af467e9 commit eb633d2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ The following build tags can be used to customize your build:
117117
| duckdb | Enables the duckdb DB |
118118
| taskpanic | Throws panic, for testing |
119119
| fasthttp | Enables the fasthttp server instead of net/http |
120+
| enable_buddy | Enables the buddy memory pre-allocation |
120121

121122
<p align="right">(<a href="#readme-top">back to top</a>)</p>
122123

@@ -166,7 +167,7 @@ Contributions are what make the open source community such an amazing place to l
166167

167168
## License
168169

169-
Distributed under the MIT License. See `LICENSE` for more information.
170+
Distributed under the AGPL License. See `LICENSE` for more information.
170171

171172
<p align="right">(<a href="#readme-top">back to top</a>)</p>
172173

README_CN.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ go run -tags sqlite main.go
116116
| duckdb | 启用 DuckDB 存储 |
117117
| taskpanic | 抛出 panic(用于测试) |
118118
| fasthttp | 使用 fasthttp 服务器代替标准库 |
119+
| enable_buddy | 开启 buddy 内存预申请|
119120

120121
<p align="right">(<a href="#readme-top">返回顶部</a>)</p>
121122

0 commit comments

Comments
 (0)