Convert uint64 to a String ⌘ Read more…
Print The Current Memory Usage ⌘ Read more…
While True: Looping in Go ⌘ Read more…
How Long Does a Function Take: Measuring Execution Time ⌘ Read more…
How Detect Content Type of a File ⌘ Read more…
Handle Ctrl+C (Signal Interrupt) Close in the Terminal ⌘ Read more…
Part 2) Download Large Files with Progress Reports ⌘ Read more…
Part 1) Download a File (from a URL) ⌘ Read more…
Check If a File Exists Before Using It ⌘ Read more…
Search and Replace in a String ⌘ Read more…
Set a HTTP Cookie Response Header ⌘ Read more…
Read a CSV File into a Struct ⌘ Read more…
Uploading a File to AWS S3 ⌘ Read more…
Generating a Random Number ⌘ Read more…
Print a Variable’s Type (e.g. Int, String, Float) ⌘ Read more…
Converting an Int to a String ⌘ Read more…
HTTP Response Status Codes ⌘ Read more…
Passing Data between Go Routines with Channels ⌘ Read more…
About ⌘ Read more…
Search ⌘ Read more…
Privacy Policy ⌘ Read more…
Get and Set Environment Variables ⌘ Read more…
Unzip Files in Go ⌘ Read more…
Create Zip Files in Go ⌘ Read more…
Cross Platform File Paths ⌘ Read more…
How to Run Go Tests with Coverage Percentage ⌘ Read more…
How to Check if a String is a URL ⌘ Read more…
Updating Go on Ubuntu/Linux ⌘ Read more…
Sleeping in Go – How to Pause Execution ⌘ Read more…
Detect if Code is Running On Windows (at Runtime) ⌘ Read more…
Get the Current Username, Name and Home Dir (Cross Platform) ⌘ Read more…
Remove all Non-Alphanumeric Characters from a String (with help from regexp) ⌘ Read more…
Get a URL Parameter from a Request ⌘ Read more…
Add Line Numbers to Log Output ⌘ Read more…
Convert io.ReadCloser to a String ⌘ Read more…
How to Install Go on Ubuntu 18.04/20.04 ⌘ Read more…
Serve Static Assets (using the Mux Router) ⌘ Read more…
Fizz-Buzz Test in Go ⌘ Read more…
MySQL Database Insert & Get Last Insert ID ⌘ Read more…
Multi-line Strings ⌘ Read more…
Anonymous Functions (aka Closures) ⌘ Read more…
Basic Go Routines (like Threading) ⌘ Read more…
Find the Length of an Array/Slice ⌘ Read more…
Write data to a CSV file ⌘ Read more…
Passing Arguments into your Application ⌘ Read more…
Writing to a File ⌘ Read more…
Using Constants ⌘ Read more…
Get the Current Unix Time ⌘ Read more…
Attach a Logger to your Router ⌘ Read more…
JSON Decode into Objects ⌘ Read more…