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