Line 719 in sqlx-runner/exec.go won't compile as the NewV4 method returns a string and an error so causes a multi value returned error: https://github.com/satori/go.uuid/blob/master/generator.go func NewV4() (UUID, error) { return global.NewV4() }
Line 719 in sqlx-runner/exec.go won't compile as the NewV4 method returns a string and an error so causes a multi value returned error:
https://github.com/satori/go.uuid/blob/master/generator.go
func NewV4() (UUID, error) {
return global.NewV4()
}