You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
269 B
Go

/**
* @Author: jager
* @Email: lhj168os@gmail.com
* @File: consts
* @Date: 2022/1/6 6:16 下午
* @package: consts
* @Version: v1.0.0
*
* @Description:
*
*/
package consts
const (
DateFormat = "2006-01-02_15"
TimeFormat = "2006-01-02 15:04:05"
)