This website requires JavaScript.
Explore
Help
Register
Sign In
Archive
/
GameShow
Watch
1
Star
0
Fork
You've already forked GameShow
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4b53c15896
GameShow
/
questions
/
storage
/
id.go
8 lines
102 B
Go
Executable File
Raw
Blame
History
package
storage
import
"github.com/google/uuid"
func
NewID
(
)
string
{
return
uuid
.
New
(
)
.
String
(
)
}
Reference in New Issue
View Git Blame
Copy Permalink