You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this is issue when i run code example
i think you can change
func (*uuidMaker) NewID() (string, error) {
var u, _ = uuid.NewV4()
var usuid = u.String()
return usuid, nil
}
in id_maker.go
The text was updated successfully, but these errors were encountered:
this is issue when i run code example
i think you can change
func (*uuidMaker) NewID() (string, error) {
var u, _ = uuid.NewV4()
var usuid = u.String()
}
in id_maker.go
The text was updated successfully, but these errors were encountered: