Update .editorconfig, run gofumpt -w ./

This commit is contained in:
マリウス
2025-02-19 10:32:24 -05:00
parent d6f9f8efeb
commit 866ee4ac6d
28 changed files with 1735 additions and 1727 deletions
+8 -9
View File
@@ -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
)