Skip to content

Commit

Permalink
feat(项目): 从id改为pid
Browse files Browse the repository at this point in the history
  • Loading branch information
storezhang committed Dec 7, 2022
1 parent 1c2bbba commit 223fa32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 项目
# id
[![编译状态](https://github.ruijc.com:20443/api/badges/pangum/id/status.svg)](https://github.ruijc.com:20443/pangum/id)
[![Golang质量](https://goreportcard.com/badge/github.com/pangum/id)](https://goreportcard.com/report/github.com/pangum/id)
![版本](https://img.shields.io/github/go-mod/go-version/pangum/id)
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
module github.com/pangum/id
module github.com/pangum/pid

go 1.19

require (
github.com/goexl/id v0.0.1
github.com/goexl/id v0.0.2
github.com/pangum/logging v0.1.9
github.com/pangum/pangu v0.3.0
)
Expand Down

0 comments on commit 223fa32

Please sign in to comment.