diff options
| author | Pietro Gagliardi <[email protected]> | 2014-07-03 10:27:46 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-07-03 10:27:46 -0400 |
| commit | f7dedc8cb05960134234f242042a4f00d88aaf9e (patch) | |
| tree | 616d7a0d819df91520fe76b6613d4a5af1af7fd7 /uitask_darwin.go | |
| parent | 9eb9aa82c02a0276df38428895bd840ec8caea02 (diff) | |
Added the start() function and fixed compilation errors. Everything seems to work...
Diffstat (limited to 'uitask_darwin.go')
| -rw-r--r-- | uitask_darwin.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/uitask_darwin.go b/uitask_darwin.go index d4734d5..d4bc842 100644 --- a/uitask_darwin.go +++ b/uitask_darwin.go @@ -4,7 +4,6 @@ package ui import ( "fmt" - "unsafe" ) // #cgo CFLAGS: -mmacosx-version-min=10.7 -DMACOSX_DEPLOYMENT_TARGET=10.7 |
