Tracking Go HTTP Redirection History
This post will explain how to track HTTP redirection history in Golang.
This post will explain how to track HTTP redirection history in Golang.
My story about troubleshooting PuTTYgen’s “Couldn’t load private key (not a recognized key file format)” error. In short: save key files with ANSI
encoding in Notepad
Continued from the last post - Creating Tray Icons using Go in Windows - Part 1, we will show some balloon notificationsto users and interact with them.
In this tutorial, we will create Windows tray icons(a.k.a. NotifyIcon) with relatively small chunk of Go code.