This website requires JavaScript.
Explore
Help
Sign In
FreakU
/
pronounsfu
Watch
1
Star
0
Fork
You've already forked pronounsfu
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
2eefad74cf
pronounsfu
/
scripts
/
genid
/
main.go
12 lines
95 B
Go
Raw
Blame
History
package
main
import
(
"fmt"
"github.com/rs/xid"
)
func
main
(
)
{
fmt
.
Println
(
xid
.
New
(
)
)
}
Reference in New Issue
View Git Blame
Copy Permalink