zenity/internal/zenutil/env_darwin.go

11 lines
140 B
Go
Raw Normal View History

2020-01-19 06:57:05 -05:00
package zenutil
2020-01-06 19:57:00 -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
Separator = "\x00"
2022-05-02 09:03:51 -04:00
LineBreak = "\n"
2022-03-29 07:53:20 -04:00
DateFormat = "%F"
2020-01-29 11:45:40 -05:00
)