zenity/internal/zenutil/env_unix.go

17 lines
223 B
Go
Raw Normal View History

2021-05-05 19:38:49 -04:00
// +build !windows,!darwin
2020-01-08 13:12:29 -05:00
2020-01-23 06:44:28 -05:00
// Package zenutil is internal. DO NOT USE.
2020-01-19 06:57:05 -05:00
package zenutil
2020-01-08 13:12:29 -05:00
2020-01-29 11:45:40 -05:00
// These are internal.
const (
LineBreak = "\n"
)
2020-01-09 06:17:39 -05:00
2020-01-29 11:45:40 -05:00
// These are internal.
var (
Command bool
Timeout int
Separator = "\x1e"
)