From be6dc9b107ca66c197aa67b30f9f5029f4085259 Mon Sep 17 00:00:00 2001 From: Nuno Cruces Date: Fri, 31 Jan 2020 02:45:44 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 61713bf..88e33c9 100644 --- a/README.md +++ b/README.md @@ -27,11 +27,11 @@ others still are open to be fixed. There are a bunch of other dialog packages for Go.\ 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 main loop (or other threading requirements) -* no initialization +* no main loop (or any other threading or initialization requirements) +* cancelation through [`context`](https://golang.org/pkg/context/) * on Windows: * no additional dependencies * Explorer shell not required