Detect if Code is Running On Windows (at Runtime)
https://golangcode.com/detect-if-code-is-running-on-windows-at-runtime/
Add Line Numbers to Log Output
Set a HTTP Cookie Response Header
Sleeping in Go – How to Pause Execution
Uploading a File to AWS S3
Converting an Int to a String
HTTP Response Status Codes
Remove all Non-Alphanumeric Characters from a String (with help from regexp)
https://golangcode.com/how-to-remove-all-non-alphanumerical-characters-from-a-string/
Passing Data between Go Routines with Channels