BLOG

Latest Articles

Getting started with Golang Gopher

Gopher stands for the Go project and Go programmers everywhere, and is one of the most popular things in the Go world

By tuannguyen · 3 min read · GO

How to split string in Golang? [SOLVED]

Golang string Splitusing strings.Split(), SplitAfter(), Fields(), FieldsFunc() function. Perform Split string with regular expression

By tuannguyen · 5 min read · GOLANG Solutions

How to append to a slice in Golang [SOLVED]

Different ways in golang to append to slice. We can append one slice to another, strings, byte string, int, elements to a slice.

By tuannguyen · 4 min read · GOLANG Solutions