You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure whether you know this but there are GTK4 and libadwaita bindings available for Go.
You can simplify the tech stack of Goldwarden by using Go for both the backend and the frontend (UI) instead of using a separate language for the UI. Additionally, by only using Go, the packaging of Goldwarden could then also be simplified to a single go build command.
For reference, here are 2 GTK apps that are written in Go using gotk4:
Hi,
I'm not sure whether you know this but there are GTK4 and libadwaita bindings available for Go.
You can simplify the tech stack of Goldwarden by using Go for both the backend and the frontend (UI) instead of using a separate language for the UI. Additionally, by only using Go, the packaging of Goldwarden could then also be simplified to a single
go build
command.For reference, here are 2 GTK apps that are written in Go using gotk4:
Feel free to close this issue. I just wanted to bring gotk4 to your attention :)
The text was updated successfully, but these errors were encountered: