Golang Go製のUnique ID Generator「xid」 のinstall

1.install

go get github.com/rs/xid

2.code

guid := xid.New().String();