mirror of
https://github.com/langhuihui/monibuca.git
synced 2025-09-26 18:51:13 +08:00
doc: update readme
This commit is contained in:
@@ -117,6 +117,7 @@ The following build tags can be used to customize your build:
|
||||
| duckdb | Enables the duckdb DB |
|
||||
| taskpanic | Throws panic, for testing |
|
||||
| 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>
|
||||
|
||||
@@ -166,7 +167,7 @@ Contributions are what make the open source community such an amazing place to l
|
||||
|
||||
## 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>
|
||||
|
||||
|
@@ -116,6 +116,7 @@ go run -tags sqlite main.go
|
||||
| duckdb | 启用 DuckDB 存储 |
|
||||
| taskpanic | 抛出 panic(用于测试) |
|
||||
| fasthttp | 使用 fasthttp 服务器代替标准库 |
|
||||
| enable_buddy | 开启 buddy 内存预申请|
|
||||
|
||||
<p align="right">(<a href="#readme-top">返回顶部</a>)</p>
|
||||
|
||||
|
Reference in New Issue
Block a user