DEV Community

Discussion on: Building a simple system tray app with Go

Collapse
 
kataras profile image
Gerasimos (Makis) Maropoulos • Edited

Good article Oscar, I was implementing a sys tray icon for Iris using this library some months ago but it's not really cross-platform by-default, it requires from user to install some dependencies, i.e some linux packages (on windows systems it works out-of-the-box), so be careful when using this library, your users will not be able to run your package with just go get!

proof-of-concept: github.com/kataras/iris/tree/witht...

Collapse
 
osuka42 profile image
Oscar Mendoza

Thank you @kataras ! I will run this on different OS and update the requirements :)