GoLibrary 是针对 Go 封装的一套工具类库
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.
Go to file
李光春 7cd582bc31
- update utils
2 years ago
cloudflare - 优化 2 years ago
dingdanxia - update 2 years ago
dingtalk - 优化 2 years ago
douyin - 优化 2 years ago
eastiot - update 2 years ago
ejiaofei - update 2 years ago
feishu - 优化 2 years ago
gojobs - update utils 2 years ago
jd - 优化 2 years ago
kashangwl - 优化 2 years ago
kuaishou - 优化 2 years ago
leshuazf - 更新时间方法 2 years ago
meituan - 优化 2 years ago
oauth - 优化 2 years ago
pconline - 优化 2 years ago
pinduoduo - 优化 2 years ago
pintoto - update 2 years ago
sendcloud - 优化 2 years ago
service - update service 2 years ago
taobao - 优化 2 years ago
tool - update utils 2 years ago
utils - update utils 2 years ago
vendor - update jobs 2 years ago
wechatminiprogram - 优化 2 years ago
wechatoffice - 优化 2 years ago
wechatopen - weChatOpen:增加 `WxaBusinessGetUserPhoneNumber` 方法 2 years ago
wechatpayapiv2 - 优化 2 years ago
wechatpayapiv3 - 优化 2 years ago
wechatpayopen - 优化 2 years ago
wechatqy - update 2 years ago
wechatunion - 优化 2 years ago
weishi - 优化 2 years ago
wikeyun - 优化 2 years ago
.drone.yml - update 2 years ago
.gitignore - 优化 2 years ago
CHANGELOG.md - update lock 2 years ago
LICENSE update 2 years ago
README.md - update 2 years ago
go.mod - update jobs 2 years ago
go.sum - update jobs 2 years ago
library.go - update lock 2 years ago
library_test.go - array:增加 `RemoveDuplicateElement` 去重方法 2 years ago

README.md

Golang Library

📦 Golang 扩展包

godoc goproxy.cn goreportcard.com deps.dev

安装使用

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

MIT

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