From 6b6d910be1c1f402d4a3afc2dc1fdf4d44b32681 Mon Sep 17 00:00:00 2001 From: elbert-widjaja Date: Mon, 20 Jun 2022 14:22:17 +0800 Subject: [PATCH] typo format --- col.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/col.go b/col.go index e298c63..212ccbb 100644 --- a/col.go +++ b/col.go @@ -11,7 +11,7 @@ import ( yymmdd "github.com/extrame/goyymmdd" ) -const DDMMYYYYhhmmss = "2006\\01\\02 15:04:05" +const DDMMYYYYhhmmss = "2006/01/02 15:04:05" //content type type contentHandler interface {