From e4ffbb7aa07aa6451c0c41ce497e4bb02759f48d Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Sat, 12 Nov 2022 10:31:12 -0600 Subject: [PATCH] Updated README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b6deba6..29fbcc8 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,9 @@ own. * Acquire cancellation via context standard library * Statistics API for monitoring pool pressure -* No dependencies outside of standard library +* ~~No dependencies outside of standard library~~ (uses go.uber.org/atomic until Go 1.19 atomics can be used) * High performance -* 100% test coverage +* 100% test coverage of reachable code ## Example Usage @@ -57,6 +57,10 @@ Puddle is stable and feature complete. * New features will usually not be accepted if they can be feasibly implemented in a wrapper. * Performance optimizations will usually not be accepted unless the performance issue rises to the level of a bug. +## Supported Go Versions + +puddle supports the same versions of Go that are supported by the Go project. For [Go](https://golang.org/doc/devel/release.html#policy) that is the two most recent major releases. This means puddle supports Go 1.18 and higher. + ## License MIT