diff options
| author | Pietro Gagliardi <[email protected]> | 2014-06-03 18:37:24 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-06-03 18:37:24 -0400 |
| commit | d7a73bec2d074a8a0bf7b385fe95b4a108ad4c98 (patch) | |
| tree | b41abf8a0a3c65b69df16ba7aed73cf1b26f686a /gtkcalls_unix.go | |
| parent | 74a8a6f9da4bcc88a3aa499edbe2de8b269abc0b (diff) | |
Rewrote a TODO on build tags for the Unix build.
Diffstat (limited to 'gtkcalls_unix.go')
| -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 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 |
