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

Support Go modules #170

Closed rumyantseva closed 4 years ago

rumyantseva commented 6 years ago

As Go Modules are going to be presented as a part of Go 1.11, it might make sense to start supporting them.

bikbah commented 6 years ago

duplicate of #161 ?

AlekSi commented 6 years ago

Indeed! Thanks.

dgellow commented 5 years ago

Any update on this issue? As far as I can tell @rumyantseva's PR solved the issue, but is now outdated. Was there a reason to not merge it?

AlekSi commented 4 years ago

Done at #211.