Go常用时间类工具
Posted 骑着蜗牛看海丫
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Go常用时间类工具相关的知识,希望对你有一定的参考价值。
1. 统计模块耗时
start := time.Now() // 代码块 e.timeCost = time.Since(start).Seconds() cost := fmt.Sprintf("%.3f", e.timeCost)
2. 时间格式化
以上是关于Go常用时间类工具的主要内容,如果未能解决你的问题,请参考以下文章