mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-11-05 01:40:10 +00:00
Harvey Tindall
8cf9b1f905
enable with `make TRAY=on ...`. Cross compilation apparently should work from linux to linux & windows.
8 lines
67 B
Go
8 lines
67 B
Go
// +build !tray
|
|
|
|
package main
|
|
|
|
var TRAY = false
|
|
|
|
func RunTray() {}
|