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
266 B
Go

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