Closed potatogopher closed 8 years ago
PR was submitted making breaking changes when using the UUID type within Gorma and Goa.
https://github.com/goadesign/goa/pull/559
When I was creating my resource, inside my user.go I get the following:
user.go
cannot use m.ID (type "github.com/satori/go.uuid".UUID) as type "github.com/goadesign/goa/uuid".UUID in assignment
PR was submitted making breaking changes when using the UUID type within Gorma and Goa.
https://github.com/goadesign/goa/pull/559
When I was creating my resource, inside my
user.go
I get the following: