Golang structs guide
Lets learn Golang structs, how to declare them and how to use them.
After you finish this article you will start playing with structs like pawns
Lets learn Golang structs, how to declare them and how to use them.
After you finish this article you will start playing with structs like pawns
Lets learn Golang variables, how to declare them and how to use them.
After you finish this article you will start playing with variables like pawns
Strings, Runes, bytes, characters in Golang
Lets learn Golang interfaces, how to declare them and how to use them.
Functions are so powerful, lets combine functions with interfaces, to levrage one of the Go’s greatest features