diff --git a/browsers/chromium/chromium_unix.go b/browsers/chromium/chromium_unix.go index 8f98e76..d1a9025 100644 --- a/browsers/chromium/chromium_unix.go +++ b/browsers/chromium/chromium_unix.go @@ -1,4 +1,4 @@ -//go:build linux || aix || darwin || dragonfly || freebsd || netbsd || openbsd || solaris +//go:build linux || aix || freebsd || netbsd || openbsd || solaris /* ----------------------------------------------------------------- * L o r d O f S c r i p t s (tm) diff --git a/browsers/firefox/firefox_unix.go b/browsers/firefox/firefox_unix.go index bb6db7a..3f1a45b 100644 --- a/browsers/firefox/firefox_unix.go +++ b/browsers/firefox/firefox_unix.go @@ -1,4 +1,4 @@ -//go:build linux || aix || darwin || dragonfly || freebsd || netbsd || openbsd || solaris +//go:build linux || aix || freebsd || netbsd || openbsd || solaris /* ----------------------------------------------------------------- * L o r d O f S c r i p t s (tm) diff --git a/browsers/firefox/firefox_windows.go b/browsers/firefox/firefox_windows.go index fb0390f..1a5e09e 100644 --- a/browsers/firefox/firefox_windows.go +++ b/browsers/firefox/firefox_windows.go @@ -9,9 +9,9 @@ package firefox import ( + "errors" "fmt" "os" - "errors" "path/filepath" cmn "github.com/lordofscripts/wipechromium"