mirror of
https://github.com/nkanaev/yarr.git
synced 2025-09-15 19:00:15 +00:00
6 lines
78 B
Go
6 lines
78 B
Go
package platform
|
|
|
|
func Open(input string) error {
|
|
return open(input).Run()
|
|
}
|