From a2629c2bbf19e2e904d6d814ae725ccd697f485f Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 14 Aug 2014 09:53:29 -0400 Subject: Wrote the documentation for Go(). Also more TODOs. --- redo/doc.go | 1 + 1 file changed, 1 insertion(+) (limited to 'redo/doc.go') diff --git a/redo/doc.go b/redo/doc.go index d204f64..be96265 100644 --- a/redo/doc.go +++ b/redo/doc.go @@ -7,5 +7,6 @@ notes: - default behavior of event handlers is to do nothing - default behavior of event handlers that return bool is to do nothing but return false - passing nil to an event handler set function restores default behavior +- only functions safe for calling outside Do() are Go(), Do(), and Stop() */ package ui -- cgit v1.2.3