go-reform / reform

A better ORM for Go, based on non-empty interfaces and code generation.
https://gopkg.in/reform.v1
MIT License
1.44k stars 73 forks source link

Tests fail with Go 1.12 #184

Closed AlekSi closed 5 years ago

AlekSi commented 5 years ago

panic: Log in goroutine after has completed

That's another unfortunate side-effect of testify suites (#141). But maybe we can fix that without changing all tests.