Skip to content

Commit

Permalink
shell.Open doc
Browse files Browse the repository at this point in the history
  • Loading branch information
xushiwei committed Aug 23, 2023
1 parent 4b93e09 commit 854db94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shell/open.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import (
"runtime"
)

// https://stackoverflow.com/questions/39320371/how-start-web-server-to-open-page-in-browser-in-golang
// open opens the specified URL in the default browser of the user.
// Open opens the specified URL in the default browser of the user.
// See https://stackoverflow.com/questions/39320371/how-start-web-server-to-open-page-in-browser-in-golang
func Open(url string) error {
var cmd string
var args []string
Expand Down

0 comments on commit 854db94

Please sign in to comment.