#Data

4 articles

10 How to Understanding HTML Template Data in Golang

10 How to Understanding HTML Template Data in Golang

Introduction to Data Templates If you have studied HTML Templates in the previous article, then we will continue with data templates where we can display this data dynamically by using struct or map data.

Getting to Know Pointers in Golang

Getting to Know Pointers in Golang

We know that sending a variable to a function can be a parameter or a pointer.

Getting to know Data Types in Golang

Getting to know Data Types in Golang

##Numbers Integers There are integer types that we can use, including uint8, uint16, uint32, uint64, int8, int16, int32 and int64.

How to Install Golang on Windows, Macbook and Linux Computers

How to Install Golang on Windows, Macbook and Linux Computers

First download the Golang library on the [Golang] website (https://golang.org/doc/install).