Is Golang the "Python for those who know C"?

Just started using Golang myself from mainly using C++.
What is annoying so far:

  • Can’t include all the libraries, etc like C/C++, (I’ll eventually use them, Go says, no. remove them)

  • I miss classes.

*Lack in some libraries w/ examples, but it’s new so will get better

What I like:
Using Gin for my own webserver to play around with, easy to setup SSL, and get a server going in no time at all.

Just my opinion:
Easier than googles other language: NodeJS, and much lighter on your filesystem.