diff options
| author | Pietro Gagliardi <[email protected]> | 2014-06-03 18:40:47 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-06-03 18:40:47 -0400 |
| commit | 1451273dade3eb4d1aa32f9cc1d0f5e945d40076 (patch) | |
| tree | 39c7446f855b8d88da041d685217be70c94b6197 | |
| parent | d7a73bec2d074a8a0bf7b385fe95b4a108ad4c98 (diff) | |
And removed that TODO from the previous commit after verifying that such a proposal is too risky.
| -rw-r--r-- | gtkcalls_unix.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
