From ee3bb3c5c9b0a4020df736ae885a139e27c46cb6 Mon Sep 17 00:00:00 2001 From: Arran Ubels Date: Sun, 2 Jul 2023 18:43:03 +1000 Subject: [PATCH] Might be the new primary repo - not sure no activity It seems that https://gitlab.com/stone.code/goey might be the new location for it. However the repos are mirrored so it's hard to know right now. We will probably find out if more changes are made --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b983781..da4040f 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ core X protocol and many of the X extensions. [Gio](https://git.sr.ht/~eliasnaur/gio) implements portable immediate mode GUI programs in Go. Gio programs run on all the major platforms: iOS/tvOS, Android, Linux (Wayland), macOS, Windows and browsers (Webassembly/WebGL). -[goey](https://bitbucket.org/rj/goey) provides a declarative, cross-platform GUI for the Go language. The range of controls, their supported properties and events, should roughly match what is available in HTML. However, properties and events may be limited to support portability. Additionally, styling of the controls will be limited, with the look of controls matching the native platform. +[goey](https://bitbucket.org/rj/goey) [mirror](https://gitlab.com/stone.code/goey) provides a declarative, cross-platform GUI for the Go language. The range of controls, their supported properties and events, should roughly match what is available in HTML. However, properties and events may be limited to support portability. Additionally, styling of the controls will be limited, with the look of controls matching the native platform. [go-flutter](https://github.com/go-flutter-desktop/go-flutter) is a package that brings Flutter to the desktop.