go mascot gopher In this blog post im gonna talk about my favorite programming language, which is go.

im gonna tell you why go is my favorite programming language.

compiler

my first reason why i really like go is its compiler, its super fast and it compile to a single binary.

dependency management

go use go module for dependency management and its really nice to work with, to install a package just run

go get package-name

if you’re using go without go module you should try it.

its simple

if you look at go code its super clean and simple, go is also really easy to learn.

and of course its mascot is super cute, so thats my reason why go is my favorite programming language.