postgres-go icon indicating copy to clipboard operation
postgres-go copied to clipboard

Replace github.com/gofrs/uuid with github.com/google/uuid

Open Brahmasmi opened this issue 7 years ago • 0 comments

In https://github.com/gnormal/postgres-go/blob/master/gnorm_templates/table.gotmpl and https://github.com/gnormal/postgres-go/blob/master/gnorm_templates/fields.gotmpl could we replace

	uuid "github.com/gofrs/uuid"

with

	uuid "github.com/google/uuid"

Dhanyavaad.

Brahmasmi avatar Oct 07 '18 18:10 Brahmasmi