gruntwork-io / go-commons

A standard library to use in all Gruntwork CLI tools
https://www.gruntwork.io/
MIT License
35 stars 26 forks source link

Add cross-platform compatible URL opening function #63

Closed zackproser closed 2 years ago

zackproser commented 2 years ago

We find ourselves wanting to open a URL on behalf of a user via our Golang tooling.

This open routine must be cross-platform so that it works seamlessly for all our users regardless of their chosen platform.