7 lines
87 B
Go
7 lines
87 B
Go
|
// +build !windows,!darwin
|
||
|
|
||
|
package open
|
||
|
|
||
|
const Command = "xdg-open"
|
||
|
var Args []string
|