goadesign / gorma

Storage generation plugin for Goa
http://goa.design
MIT License
140 stars 35 forks source link

UUID compatibility with Goa #112

Closed potatogopher closed 8 years ago

potatogopher commented 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:

cannot use m.ID (type "github.com/satori/go.uuid".UUID) as type "github.com/goadesign/goa/uuid".UUID in assignment