diff options
| author | Pietro Gagliardi <[email protected]> | 2014-02-28 21:30:32 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-02-28 21:30:32 -0500 |
| commit | 1c6d4e915177caa65c542619763d73ca704b52bb (patch) | |
| tree | 452e9621493d9f159703ce072db4531b57e05dfa /darwintest/runtimetest.go | |
| parent | 4e1b0b12724581d416325a2ca5ca7a91e2703cd3 (diff) | |
Split the actual delegate into a separate file; this simplifies even more things. I think we're as clean as we can go... should probably start writing the real backend now :D
Diffstat (limited to 'darwintest/runtimetest.go')
| -rw-r--r-- | darwintest/runtimetest.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/darwintest/runtimetest.go b/darwintest/runtimetest.go index aafc074..6a8149f 100644 --- a/darwintest/runtimetest.go +++ b/darwintest/runtimetest.go @@ -9,7 +9,6 @@ import ( // #cgo LDFLAGS: -lobjc -framework Foundation -framework AppKit // #include <stdlib.h> // #include "objc_darwin.h" -// Class NilClass = Nil; /* for newtypes.go; here due to cgo limitations */ import "C" var ( |
