Update README.md

This commit is contained in:
Nuno Cruces 2020-01-31 02:45:44 +00:00 committed by GitHub
parent ce203379d0
commit be6dc9b107
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,11 +27,11 @@ others still are open to be fixed.
There are a bunch of other dialog packages for Go.\ There are a bunch of other dialog packages for Go.\
Why reinvent this particular wheel? Why reinvent this particular wheel?
#### Requirements: #### Benefits:
* no `cgo` (see [benefits](https://dave.cheney.net/2016/01/18/cgo-is-not-go), mostly cross-compilation) * no `cgo` (see [benefits](https://dave.cheney.net/2016/01/18/cgo-is-not-go), mostly cross-compilation)
* no main loop (or other threading requirements) * no main loop (or any other threading or initialization requirements)
* no initialization * cancelation through [`context`](https://golang.org/pkg/context/)
* on Windows: * on Windows:
* no additional dependencies * no additional dependencies
* Explorer shell not required * Explorer shell not required