From e2c29f96d98f49b372c255a53d2432270437bb41 Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Sat, 2 Nov 2019 16:59:19 +0100 Subject: [PATCH] app: fix reference to gioui.org/io/event Signed-off-by: Elias Naur --- app/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/doc.go b/app/doc.go index 0000e158..836a6f71 100644 --- a/app/doc.go +++ b/app/doc.go @@ -61,7 +61,7 @@ Event queue A Window's Queue method returns an event.Queue implementation that distributes incoming events to the event handlers declared in the latest frame. -See the gioui.org/ui package for more information about event handlers. +See the gioui.org/io/event package for more information about event handlers. Permissions