You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
service | 1 year ago | |
utils | 1 year ago | |
vendor | 1 year ago | |
.drone.yml | 1 year ago | |
.gitignore | 1 year ago | |
CHANGELOG.md | 1 year ago | |
LICENSE | 1 year ago | |
README.md | 1 year ago | |
go.mod | 1 year ago | |
go.sum | 1 year ago | |
gomod.sh | 1 year ago | |
library.go | 1 year ago |
README.md
Golang Library
📦 Golang 扩展包
安装使用
go get -v -u go.dtapp.net/library
import (
"go.dtapp.net/library"
)
用法示例
默认时区为 Local,即服务器所在时区
当前时间
import (
"go.dtapp.net/library/utils/gotime"
)
gotime.Current().Now()
gotime.Current().Format()
gotime.Current().Timestamp()
gotime.Current().TimestampWithMillisecond()
JetBrains 开源证书支持
go-library
基于 JetBrains 公司旗下的 GoLand 集成开发环境中进行开发。

🔑 License
Copyright (c) 2018 茂名聚合科技有限公司