1 Star 0 Fork 0

李裕佳/golib

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vtime.go 190 Bytes
一键复制 编辑 原始数据 按行查看 历史
vinkim 提交于 2024-07-28 22:50 +08:00 . 更新Vtime
package utils
import "time"
const (
Vtime_Format = "2006-01-02 15:04:05"
)
type VtimeSct struct {
}
func (vt *VtimeSct) NowFormated() string {
return time.Now().Format(Vtime_Format)
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lvinkim/golib.git
git@gitee.com:lvinkim/golib.git
lvinkim
golib
golib
cf58cc7da4a5

搜索帮助