TAG

Golang

Golang search for an element in slice [SOLVED]

In this tutorial, we will try to implement some algorithms to search for an element in a slice. Go before version 1.18 does not provide any built-in methods

By tuannguyen · 6 min read · GO

How to write logs to file in Golang? [SOLVED]

In this tutorial, we will learn how to write logs to file in Golang. We have several ways to save the application log to specific files: we can use the

By tuannguyen · 5 min read · GO

Golang Padding String, Int or Float [SOLVED]

In this tutorial we have covered different examples for golang padding or formatting of string and integer values. We can perform formatting using whitespace or …

By tuannguyen · 5 min read · GO