From d7a73bec2d074a8a0bf7b385fe95b4a108ad4c98 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 3 Jun 2014 18:37:24 -0400 Subject: [PATCH] Rewrote a TODO on build tags for the Unix build. --- gtkcalls_unix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtkcalls_unix.go b/gtkcalls_unix.go index c12e255..75e9ede 100644 --- a/gtkcalls_unix.go +++ b/gtkcalls_unix.go @@ -1,5 +1,5 @@ // +build !windows,!darwin,!plan9 -// TODO is there a way to simplify the above? :/ +// this is manual but it really seems like the only way to do it for now; TODO file a feature request for a 'unix' or 'posix' build metatag? // 16 february 2014