update compatibility notes
This commit is contained in:
parent
ba5dfca752
commit
87b02acaf1
10
README.md
10
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.
|
||||
|
|
Reference in New Issue