small improvements
This commit is contained in:
parent
bb32802324
commit
5f2d6f00bc
10 changed files with 117 additions and 178 deletions
6
config/config.go
Normal file
6
config/config.go
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
package config
|
||||
|
||||
const (
|
||||
DateFormat = "2006-01-02"
|
||||
DateTimeFormat = "2006-01-02 15:04"
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue