From 1451273dade3eb4d1aa32f9cc1d0f5e945d40076 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 3 Jun 2014 18:40:47 -0400 Subject: [PATCH] And removed that TODO from the previous commit after verifying that such a proposal is too risky. --- gtkcalls_unix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtkcalls_unix.go b/gtkcalls_unix.go index 75e9ede..819f5d8 100644 --- a/gtkcalls_unix.go +++ b/gtkcalls_unix.go @@ -1,5 +1,5 @@ // +build !windows,!darwin,!plan9 -// 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? +// this is manual but either this or the opposite (listing all valid systems) really are the only ways to do it; proposals for a 'unix' tag were rejected (https://code.google.com/p/go/issues/detail?id=6325) // 16 february 2014