initial import
This commit is contained in:
7
core/utils/uuid.go
Normal file
7
core/utils/uuid.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package utils
|
||||
|
||||
import "github.com/google/uuid"
|
||||
|
||||
func NewUuid() string {
|
||||
return uuid.New().String()
|
||||
}
|
||||
Reference in New Issue
Block a user