mirror of
https://github.com/nkanaev/yarr.git
synced 2025-09-16 03:10:13 +00:00
remove open-golang dependency
This commit is contained in:
5
src/platform/open.go
Normal file
5
src/platform/open.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package platform
|
||||
|
||||
func Open(input string) error {
|
||||
return open(input).Run()
|
||||
}
|
Reference in New Issue
Block a user