diff options
| author | thistle | 2019-06-13 15:45:53 -0400 | 
|---|---|---|
| committer | thistle | 2019-06-13 15:45:53 -0400 | 
| commit | bdfbd9434765ad3ead6f9fc952729e0cb15028a9 (patch) | |
| tree | 72cc995526794e0209c9a8ca18fb197675bb8116 | |
| parent | 10813489f07f60b2f3f18b102ca387baf72e515d (diff) | |
| download | systray-bcm/cgo-test.tar.bz2 | |
spacebcm/cgo-test
| -rw-r--r-- | systray_nonwindows.go | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/systray_nonwindows.go b/systray_nonwindows.go index b45c362..9a3703e 100644 --- a/systray_nonwindows.go +++ b/systray_nonwindows.go @@ -1,4 +1,4 @@ -// +build !windows, cgo +// +build !windows,cgo  package systray | 
