20
0

typo format

This commit is contained in:
elbert-widjaja 2022-06-20 14:22:17 +08:00
parent 171d55861f
commit 6b6d910be1

2
col.go
View File

@ -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 {