diff options
| author | Pietro Gagliardi <[email protected]> | 2014-02-15 12:45:17 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-02-15 12:45:17 -0500 |
| commit | a65e5d8743822e370b0e07f6bd44ac78c98de2d0 (patch) | |
| tree | 28f261cbea59806747e3dd97bd947602d4737aec /window.go | |
| parent | 0c0bbc29fad681bc779f341380760cdd81543dc3 (diff) | |
Fixed build errors in the previous commits.
Diffstat (limited to 'window.go')
| -rw-r--r-- | window.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ package main import ( + "fmt" "sync" ) |
