2 Star 0 Fork 70

golang-package/carbon

forked from dromara/carbon 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
interfaces.go 343 Bytes
一键复制 编辑 原始数据 按行查看 历史
package carbon
// LayoutTyper defines a LayoutTyper interface
type LayoutTyper interface {
~string
Layout() string
}
// FormatTyper defines a FormatTyper interface.
type FormatTyper interface {
~string
Format() string
}
// TimestampTyper defines a TimestampTyper interface.
type TimestampTyper interface {
~int64
Precision() string
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/golang-package/carbon.git
git@gitee.com:golang-package/carbon.git
golang-package
carbon
carbon
master

搜索帮助