doc: update readme

This commit is contained in:
langhuihui
2025-09-16 19:12:07 +08:00
parent af467e964e
commit eb633d2566
2 changed files with 3 additions and 1 deletions

View File

@@ -117,6 +117,7 @@ The following build tags can be used to customize your build:
| duckdb | Enables the duckdb DB | | duckdb | Enables the duckdb DB |
| taskpanic | Throws panic, for testing | | taskpanic | Throws panic, for testing |
| fasthttp | Enables the fasthttp server instead of net/http | | fasthttp | Enables the fasthttp server instead of net/http |
| enable_buddy | Enables the buddy memory pre-allocation |
<p align="right">(<a href="#readme-top">back to top</a>)</p> <p align="right">(<a href="#readme-top">back to top</a>)</p>
@@ -166,7 +167,7 @@ Contributions are what make the open source community such an amazing place to l
## License ## License
Distributed under the MIT License. See `LICENSE` for more information. Distributed under the AGPL License. See `LICENSE` for more information.
<p align="right">(<a href="#readme-top">back to top</a>)</p> <p align="right">(<a href="#readme-top">back to top</a>)</p>

View File

@@ -116,6 +116,7 @@ go run -tags sqlite main.go
| duckdb | 启用 DuckDB 存储 | | duckdb | 启用 DuckDB 存储 |
| taskpanic | 抛出 panic用于测试 | | taskpanic | 抛出 panic用于测试 |
| fasthttp | 使用 fasthttp 服务器代替标准库 | | fasthttp | 使用 fasthttp 服务器代替标准库 |
| enable_buddy | 开启 buddy 内存预申请|
<p align="right">(<a href="#readme-top">返回顶部</a>)</p> <p align="right">(<a href="#readme-top">返回顶部</a>)</p>