update compatibility notes

This commit is contained in:
Weilin Shi 2021-06-22 14:13:41 +08:00
parent ba5dfca752
commit 87b02acaf1
1 changed files with 10 additions and 0 deletions

View File

@ -40,6 +40,16 @@ func handle(w http.ResponseWriter, r *http.Request) {
![image](example/captcha-math.png) ![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 ## Contributing
If your found a bug, please contribute! If your found a bug, please contribute!
see [contributing.md](contributing.md) for more detail. see [contributing.md](contributing.md) for more detail.