Instead of opening our development site in a new tab every time, I wanted to programmatically refresh the browser tab if one has already been opened. This application is used from the command line to upload packages to our development web server, which is then opened in the browser.
Programmatically refreshing a browser tab from a Golang application