This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
huangyan
/
city_chips
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
868b0c269d
Rami (Branch)
Tag
master
city_chips
/
pkg
/
helper
/
uuid
/
uuid.go
uuid.go
98 B
Cronologia
Originale
1
2
3
4
5
6
7
package uuid
import "github.com/google/uuid"
func GenUUID() string {
return uuid.NewString()
}