From 87b02acaf1e20c2f91b3030035ac25c4f4e1277d Mon Sep 17 00:00:00 2001 From: Weilin Shi <934587911@qq.com> Date: Tue, 22 Jun 2021 14:13:41 +0800 Subject: [PATCH] update compatibility notes --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index a44a1e2..d405a73 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,16 @@ func handle(w http.ResponseWriter, r *http.Request) { ![image](example/captcha-math.png) +## Compatibility + +This package is in a module and I recommand using the following version of Go: + +* 1.9.7+ for Go 1.9 +* 1.10.3+ for Go 1.10 +* Go 1.11 or later + +## Benchmarks + ## Contributing If your found a bug, please contribute! see [contributing.md](contributing.md) for more detail.