CATEGORY

GO

Golang GOPATH vs GOROOT Comparison

We perform a comparison and difference between GOPATH and GOROOT variable available in go env.

By tuannguyen · 5 min read · GO

Golang Zap Logger & SugaredLogger Tutorial

Dive into zap - Go's fast and structured logging solution. Explore its two logging paradigms, learn how to dynamically set log levels, format outputs, handle …

By antonyshikubu · 18 min read · GO

Golang FIFO Tutorial With Examples

Read and Write into a FIFO File. EOF handling. Examples to create a reader and writer using FIFO.

By antonyshikubu · 7 min read · GO