Golang Library

📦 Golang 扩展包 [comment]: <> (go) [![godoc](https://pkg.go.dev/badge/go.dtapp.net/library?status.svg)](https://pkg.go.dev/go.dtapp.net/library) [![goproxy.cn](https://goproxy.cn/stats/go.dtapp.net/library/badges/download-count.svg)](https://goproxy.cn/stats/go.dtapp.net/library) [![goreportcard.com](https://goreportcard.com/badge/go.dtapp.net/library)](https://goreportcard.com/report/go.dtapp.net/library) [![deps.dev](https://img.shields.io/badge/deps-go-red.svg)](https://deps.dev/go/go.dtapp.net/library) #### 安装使用 ```go go get -v -u go.dtapp.net/library import ( "go.dtapp.net/library" ) ``` #### 用法示例 > 默认时区为 Local,即服务器所在时区 ##### 当前时间 ```go 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](https://go.dtapp.net/library/blob/master/LICENSE) Copyright (c) 2018 茂名聚合科技有限公司