From 1e76e208bacd493d8f3c1bda28cf4b8cecac1bb9 Mon Sep 17 00:00:00 2001 From: Quentin Renard Date: Sun, 7 May 2017 19:32:58 +0200 Subject: [PATCH] Add go-astilectron (#1403) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c86839f4..eafff7ac 100644 --- a/README.md +++ b/README.md @@ -531,6 +531,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *Libraries for building GUI Applications* * [app](https://github.com/murlokswarm/app) - Package to create apps with GO, HTML and CSS. +* [go-astilectron](https://github.com/asticode/go-astilectron) - Build cross platform GUI apps with GO and HTML/JS/CSS (powered by Electron) * [go-gtk](http://mattn.github.io/go-gtk/) - Go bindings for GTK * [go-qml](https://github.com/go-qml/qml) - QML support for the Go language * [go-sciter](https://github.com/sciter-sdk/go-sciter) - Go bindings for Sciter: the Embeddable HTML/CSS/script engine for modern desktop UI development.