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
Hugo uses the excellent Go html/template library for its template engine. It is an extremely lightweight engine that provides a very small amount of logic. In our experience that it is just the right amount of logic to be able to create a good static website. If you have used other template systems from different languages or frameworks you will find a lot of similarities in Go templates.