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
李光春 71b7bb5cb6
- update service
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
goaes - 优化 2 years ago
goarray - array:优化 `RemoveDuplicateElement` 去重方法 2 years ago
gobase64 - 优化 2 years ago
gocache - 优化 2 years ago
godecimal - 优化 2 years ago
goenv - 优化 2 years ago
gofiles - 优化 2 years ago
gofloat - 优化 2 years ago
goget - 优化 2 years ago
goheader - 优化 2 years ago
goint - 优化 2 years ago
goint64 - 优化 2 years ago
goip - 优化 2 years ago
gojobs - jobs:增加自定义目录配置 2 years ago
gojson - 优化 2 years ago
golock - update lock 2 years ago
golog - log:优化 2 years ago
gomac - 优化 2 years ago
gomail - 优化 2 years ago
gomd5 - 优化 2 years ago
gomongo - 优化 2 years ago
gomysql - 优化 2 years ago
goorder - 优化 2 years ago
goparams - 优化 2 years ago
gophp - 优化 2 years ago
gopostgres - 优化 2 years ago
gopreg - 优化 2 years ago
gorandom - 优化 2 years ago
goredis - 优化 2 years ago
gorequest - 优化 2 years ago
gorsa - 优化 2 years ago
gosort - 优化 2 years ago
gossh - 优化 2 years ago
gossl - 优化 2 years ago
gostorage - 优化 2 years ago
gostring - update 2 years ago
gotime - time:增加比较 2 years ago
gourl - 优化 2 years ago
gouuid - 优化 2 years ago
goxml - 优化 2 years ago
jd - 优化 2 years ago
jobs - update jobs 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
phpjson - 优化 2 years ago
pinduoduo - 优化 2 years ago
pintoto - update 2 years ago
rmb - 优化 2 years ago
sendcloud - 优化 2 years ago
service - update service 2 years ago
taobao - 优化 2 years ago
tool - update service 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 茂名聚合科技有限公司