mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-19 18:13:41 -05:00
7 lines
92 B
Go
7 lines
92 B
Go
//go:build !windows && !darwin
|
|
|
|
package open
|
|
|
|
const Command = "xdg-open"
|
|
|
|
var Args []string
|