Go 02 Sep 202310 How to Understanding HTML Template Data in GolangIntroduction to Data TemplatesIf you have studied HTML Templates in the previous article, then we will … 3 mntRead
Go 03 Sep 2020Getting to Know Pointers in GolangWe know that sending a variable to a function can be a parameter or a pointer. This pointer is usually a data … 2 mntRead
Go 01 Mar 2020Getting to know Data Types in Golang##Numbers IntegersThere are integer types that we can use, including uint8, uint16, uint32, uint64, int8, … 3 mntRead
Go 01 Jan 2020How to Install Golang on Windows, Macbook and Linux ComputersFirst download the Golang library on the [Golang] website (https://golang.org/doc/install) . 2 mntRead