diff options
Diffstat (limited to 'browserenv_unix.go')
-rw-r--r-- | browserenv_unix.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/browserenv_unix.go b/browserenv_unix.go index e09bd10..e6416f8 100644 --- a/browserenv_unix.go +++ b/browserenv_unix.go @@ -21,6 +21,5 @@ func shell() (args []string) { // TODO func fmtBrowserCommand(browser, url string) string { // TODO: handle %s in browser command - // TODO: handle single quotes in URL return fmt.Sprintf("%s '%s'", browser, url) } |