mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-20 18:43:41 -05:00
6 lines
87 B
Go
6 lines
87 B
Go
// +build !windows,!darwin
|
|
|
|
package open
|
|
|
|
const Command = "xdg-open"
|
|
var Args []string
|