CATEGORY

GO

Golang Ticker Explained in Detail [With Examples]

golang ticker is used to perform any task at frequent intervals. golang time.Ticker is similar to time.Timer, but its channel delivers more elements at regular …

By tuannguyen · 7 min read · GO

Golang Logrus Complete Tutorial with Examples

Using golang logrus to print messages on console, logfile, multi writer. Format the log output with custom log level. Change log output format. Change timestamp …

By antonyshikubu · 11 min read · GO