From a51a3d4f9f91d1f42f3e5dad4832cbc1937daa1c Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Sun, 22 Nov 2015 20:55:21 -0800 Subject: [PATCH] Add trayhost package to GUI section. Package trayhost is a cross-platform Go library to place an icon in the host operating system's taskbar. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5f8be2a..c090f93 100644 --- a/README.md +++ b/README.md @@ -408,6 +408,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [gotk3](https://github.com/gotk3/gotk3) - Go bindings for GTK3. * [gxui](https://github.com/google/gxui) - A Go cross platform UI library. * [sciter](https://github.com/oskca/sciter) - Go bindings for Sciter: the Embeddable HTML/CSS/script engine for modern desktop UI development. +* [trayhost](https://github.com/shurcooL/trayhost) - Cross-platform Go library to place an icon in the host operating system's taskbar. * [ui](https://github.com/andlabs/ui) - Platform-native GUI library for Go. * [walk](https://github.com/lxn/walk) - Windows application library kit for Go.