Awesome Golang Package You Should Check Out
2 min readFeb 19, 2022
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 Golang package that you need to check out! This specific package is a graphics library for our Terminals! Luckily for us, this package is hosted on Github, here is a link to their repository:
This specific package allows us to make beautiful graphics in our Terminal, here is an example of one of these graphics!
If you would like to install this package, you can use the following go get command:
go get -u…