How do we migrate to Go? #12
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I would say
distribusi-go
has shown promise in getting x-platform builds and produced an easy to install tool. We've discussed the potential of getting dropship on the Go train, but how?It feels like just taking the files in
dropship/ui
and replacing the hooks to Python with Go. In theory.A promising example is in here:
It uses Glade & GTK like we decided to here to. It seems that
gogtk3
is the most reliable package here. I don't know what https://github.com/gotk3/gotk3#installation means for x-platform, do end-users still need to install those things? Or can we ship a binary? Still confused on this.Also nice, we know that
croc
is written in Golang and has bindings available, so we don't run into limits on the actual code side of making the transfers work. I've seen a few attempts to build a croc GUI with this fyne.io thing but it seems there is no Glade-like interface for designing the UI. I have a feeling that we can't really achieve a solid UI/UX without such a tool? It won't be fun at least...That was all my notes ;)