mirror of
https://github.com/Threnklyn/zeit.git
synced 2026-05-18 12:53:30 +02:00
8 lines
90 B
Go
8 lines
90 B
Go
package z
|
|
|
|
const (
|
|
FlagNoColors string = "no-colors"
|
|
FlagDebug string = "debug"
|
|
)
|
|
|