mirror of
https://github.com/Threnklyn/zeit.git
synced 2026-05-18 21:03:30 +02:00
Update .editorconfig, run gofumpt -w ./
This commit is contained in:
+8
-9
@@ -1,19 +1,18 @@
|
||||
package z
|
||||
|
||||
const (
|
||||
FlagNoColors string = "no-colors"
|
||||
FlagDebug string = "debug"
|
||||
FlagNoColors string = "no-colors"
|
||||
FlagDebug string = "debug"
|
||||
)
|
||||
|
||||
const (
|
||||
TFAbsTwelveHour int = 0
|
||||
TFAbsTwentyfourHour int = 1
|
||||
TFRelHourMinute int = 2
|
||||
TFRelHourFraction int = 3
|
||||
TFAbsTwelveHour int = 0
|
||||
TFAbsTwentyfourHour int = 1
|
||||
TFRelHourMinute int = 2
|
||||
TFRelHourFraction int = 3
|
||||
)
|
||||
|
||||
const (
|
||||
FinishWithMetadata int = 0
|
||||
FinishOnlyTime int = 1
|
||||
FinishWithMetadata int = 0
|
||||
FinishOnlyTime int = 1
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user