diff --git a/README.md b/README.md index 360bc17..a3e8b2a 100644 --- a/README.md +++ b/README.md @@ -28,10 +28,6 @@ Library `ants` implements a goroutine pool with fixed capacity, managing and rec - Efficient in memory usage and it even achieves [higher performance](#-performance-summary) than unlimited goroutines in Golang - Nonblocking mechanism -## ⚔️ Tested in the following Golang releases: - -All releases from **Go1.8.x** to **Go1.18.x**. - ## 💡 How `ants` works ### Flow Diagram diff --git a/README_ZH.md b/README_ZH.md index 06d2499..68babaa 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -28,10 +28,6 @@ - 资源复用,极大节省内存使用量;在大规模批量并发任务场景下比原生 goroutine 并发具有[更高的性能](#-性能小结) - 非阻塞机制 -## ⚔️ 目前测试通过的 Golang 版本: - -从 **Go 1.8.x** 到 **Go 1.18.x** 的所有版本。 - ## 💡 `ants` 是如何运行的 ### 流程图