Golang Code
Home
Tags
About
RSS
Search
Golang Code
A Library of Go Snippets
Search
2019
Jul 23
Timeout a Function Call (with Goroutines & Channels)
Feb 16
Check If a Date/Time Has Been Set with IsZero
2018
Nov 4
Waiting for Goroutines to Finish with a WaitGroup
Oct 25
Parsing Dates from a String and Formatting
2017
Dec 7
How Long Does a Function Take: Measuring Execution Time
May 3
Sleeping in Go – How to Pause Execution
2015
Aug 30
Basic Go Routines (like Threading)
Aug 2
Get the Current Unix Time
Aug 1
Attach a Logger to your Router