Go Tutorials

Go Programming language is an open-source programming language, expressive, efficient, concise, and clean. It is a fast, statically typed, and compiled language designed by Google.

This page lists Golang tutorials.

Golang String Fields

Golang string fields

Golang strings splitn function with examples

Golang split string by character

Golang split string by space

Golang string split

Golang convert string to integer

Golang string contains

Golang string containsany

Golang string containsrune

Golang string equalfold

Golang string cut function

Golang string hassuffix

Golang string hasprefix

Golang string index

Golang int to string conversion

Golang round float to decimal places

Golang round float to integer value

Golang float64 max and min value of float type

max min value of integer types in Golang

find the square of a number in Golang

find square root of a number in Golang

Golang power find power of number

Golang modulus

floor of number in Golang

log of number in Golang

how to get pi value in Golang

Golang map of struct with examples

find map length in Golang

Golang delete a key from map

Golang get slice of keys from map

Golang map check if key exists

Golang map with examples

Golang next function

Golang split string by regex

Golang split string with multiple separators

Golang string split ignore empty

Golang split string into array

Golang split string into two variable

string split to get last element in Golang

Golang string count

Golang strings splitafter function

split string by comma in Golang

Golang strings compare

tokenize string in Golang