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.

25 lines
692 B

<h1>
<a href="https://www.dtapp.net/">Golang Uuid</a>
</h1>
📦 Golang Uuid
[comment]: <> (go)
[![godoc](https://pkg.go.dev/badge/go.dtapp.net/gouuid?status.svg)](https://pkg.go.dev/go.dtapp.net/gouuid)
[![goproxy.cn](https://goproxy.cn/stats/go.dtapp.net/gouuid/badges/download-count.svg)](https://goproxy.cn/stats/go.dtapp.net/gouuid)
[![goreportcard.com](https://goreportcard.com/badge/go.dtapp.net/gouuid )](https://goreportcard.com/report/go.dtapp.net/gouuid)
[![deps.dev](https://img.shields.io/badge/deps-go-red.svg)](https://deps.dev/go/go.dtapp.net/gouuid)
#### 安装使用
```go
go get -v -u go.dtapp.net/gouuid
```
#### 导入
```go
import (
"go.dtapp.net/gouuid"
)
```