diff options
| author | Pietro Gagliardi <[email protected]> | 2014-07-25 23:11:41 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-07-25 23:11:41 -0400 |
| commit | ee5c6ff8461d5147fa74205f21b7fce6e5606d74 (patch) | |
| tree | 942d428fd6ceacececeb6ca23d50206f59abdd15 /redo/containers_unix.go | |
| parent | 41f3ef292f2e0d70beb3722004c968881ca0fae2 (diff) | |
Implemented Tab on Mac OS X. Woo! I'll need to add justification for what I'm doing with the whole recursive call thing; when I get confirmation from the GTK+ camp I will.
Diffstat (limited to 'redo/containers_unix.go')
| -rw-r--r-- | redo/containers_unix.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/redo/containers_unix.go b/redo/containers_unix.go index 2bae60b..6687994 100644 --- a/redo/containers_unix.go +++ b/redo/containers_unix.go @@ -1,3 +1,5 @@ +// +build !windows,!darwin + // 25 july 2014 package ui |
