Go 生成UUID 2019-01-22 使用第三方包: 1github.com/satori/go.uuid 使用很简单: 12newUUID, _ := uuid.NewV4()newUUIDString := newUUID.String()