common.go 74 B

12345
  1. package mappers
  2. const (
  3. defaultDateTimeLayout = "2006-01-02 15:04:05"
  4. )