LoginSignup
4
4

More than 5 years have passed since last update.

Go言語のUUID生成ライブラリ

Last updated at Posted at 2018-08-06

code.google.com/p/go-uuid

github.com/pborman/uuid に移行

github.com/pborman/uuid

uuid.New()は存在しないので、uuid.NewUUID()、V1

github.com/google/uuid

code.google.com/p/go-uuid -> github.com/pborman/uuid -> github.com/google/uuid
uuid.New()はV4

github.com/satori/go.uuid

uuid.New()はないので、uuid.NewV1()~uuid.NewV5()で明示的に生成

現時点では、github.com/google/uuidを使用する方針

4
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
4