mirror of
https://github.com/Threnklyn/zeit.git
synced 2026-05-18 21:03:30 +02:00
19 lines
281 B
Go
19 lines
281 B
Go
package z
|
|
|
|
const (
|
|
FlagNoColors string = "no-colors"
|
|
FlagDebug string = "debug"
|
|
)
|
|
|
|
const (
|
|
TFAbsTwelveHour int = 0
|
|
TFAbsTwentyfourHour int = 1
|
|
TFRelHourMinute int = 2
|
|
TFRelHourFraction int = 3
|
|
)
|
|
|
|
const (
|
|
FinishWithMetadata int = 0
|
|
FinishOnlyTime int = 1
|
|
)
|