This website requires JavaScript.
Explore
Help
Register
Sign In
go
/
pkg
Watch
2
Star
0
Fork
0
You've already forked pkg
Code
Issues
Pull Requests
Packages
Projects
Releases
1
Wiki
Activity
648f8de151
pkg
/
str
/
uuid.go
10 lines
102 B
Go
Raw
Normal View
History
Unescape
Escape
fix: 修复依赖报错
2023-09-18 15:58:52 +08:00
package
str
init: project commit
2023-09-18 15:51:20 +08:00
import
(
"github.com/google/uuid"
)
func
UUID
(
)
string
{
return
uuid
.
New
(
)
.
String
(
)
}
Reference in New Issue
Copy Permalink