@@ -0,0 +1,7 @@
+package common
+
+const (
+ DateTimeFormat = "2006-01-02 15:04:05"
+ DateFormat = "2006-01-02"
+ TimeFormat = "15:04:05"
+)