mirror of
https://github.com/nkanaev/yarr.git
synced 2025-09-15 19:00:15 +00:00
remove open-golang dependency
This commit is contained in:
9
src/platform/open_etc.go
Normal file
9
src/platform/open_etc.go
Normal file
@@ -0,0 +1,9 @@
|
||||
// +build !windows,!darwin
|
||||
|
||||
package platform
|
||||
|
||||
import "os/exec"
|
||||
|
||||
func open(input string) *exec.Cmd {
|
||||
return exec.Command("xdg-open", input)
|
||||
}
|
Reference in New Issue
Block a user