Build awesome GUI’s with Golang

Manpreet Singh
2 min readDec 9, 2021

Welcome back! Golang is an awesome programming language with a ton of capability, if you’re new to Go, check out the link below to learn more about it:

So, let’s talk about an awesome way to build out GUI’s with Golang, this specific package is Fyne. Luckily for us, this package has a GitHub page and website as well, here is a link to the GitHub page:

You can also check out their website below:

This package prides itself on building out applications for desktop or mobile in a single codebase. If you want to see some examples of applications built out…

--

--