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) #171

Closed rumyantseva closed 6 years ago

rumyantseva commented 6 years ago

Solves issue #170.

What I did?

  1. GO111MODULE=on go mod init to init go.mod file.
  2. GO111MODULE=on go mod tidy to assembly all dependencies.
codecov[bot] commented 6 years ago

Codecov Report

Merging #171 into v1-stable will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           v1-stable     #171   +/-   ##
==========================================
  Coverage      69.56%   69.56%           
==========================================
  Files             19       19           
  Lines           1531     1531           
==========================================
  Hits            1065     1065           
  Misses           416      416           
  Partials          50       50

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 91ede32...4c47d43. Read the comment docs.