I'm new to the Go language and trying to figure out how to so some OS stuff like monitoring files and interacting with the GUI.
I need a program that monitors a directory for file changes like dropbox does. Open/close/update/create/delete etc. When any of these events take place a webservice needs to be notified and the changes submitted including the new/updated file.
I'm also looking for a way to create widgets in the notification areas of MacOS and windows with Go.
Thanks in advance!