1 parent 965651f commit 6efa0d8Copy full SHA for 6efa0d8
1 file changed
internal/exercises/solutions/36_epoch/epoch.go
@@ -71,4 +71,4 @@ func NowFormats() map[string]string {
71
// Helper: format int64 as string
72
func formatInt(val int64) string {
73
return time.Unix(0, val).UTC().Format("2006-01-02 15:04:05")
74
-}
+}
0 commit comments