zenity/internal/zenutil/env_unix.go

14 lines
216 B
Go
Raw Normal View History

2022-03-24 10:37:37 -04:00
//go: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.
var (
2022-03-29 07:53:20 -04:00
Command bool
Timeout int
LineBreak = "\n"
Separator = "\x1e"
DateFormat = "%F"
2020-01-29 11:45:40 -05:00
)