Emerging Languages:Go

A modern compiled, statically typed,s garbage-collected language 

Jan 13 2022 

Optimizing the size of the Go binary

One of the things you need to think about in a compiled language is the size of the resulting program. Go programs are respectable compared to most Mac or Windows binaries, but they are large in the embedded space.

Feb 2, 2022

A Go Tutorial

Once of your classmates sent me this go tutorial that seems pretty  thorough  Feel free to check it out..

https://www.freecodecamp.org/news/learn-go-by-building-11-projects/Learn Go by building 11 Project

building stuff is always the best way to learn a new programming language. Here is a video course for those who are at your current level, you've learned the basics, but haven't delved in tremendously deeply