Member-only story
Awesome way to build UI’s with Golang
Welcome back! Golang is an awesome programming language with a ton of capability, if you’re new to Golang, check out the link below to learn more about it:
So, let’s talk about an awesome way to develop user interfaces with Golang! This specific package will allow us to build command line interfaces, these are commonly known as TUI’s nowadays. This specific package is called bubbletea, luckily for us, this package is hosted on GitHub, check out the link below to access this repository:
This specific package will allow us to build out terminal applications, here is an example of how this package will run (from their GitHub page):