vektah / dataloaden

go generate based DataLoader
MIT License
530 stars 79 forks source link

Switch to go modules #23

Closed vektah closed 5 years ago

vektah commented 5 years ago

Use golang.org/x/tools/go/packages instead of go/build to support go modules.

I've tagged v0.1.0 as the last non-module release just in case there is a BC issue.

codecov[bot] commented 5 years ago

Codecov Report

Merging #23 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #23   +/-   ##
=======================================
  Coverage   81.91%   81.91%           
=======================================
  Files           2        2           
  Lines          94       94           
=======================================
  Hits           77       77           
  Misses         16       16           
  Partials        1        1
Impacted Files Coverage Δ
example/user.go 0% <ø> (ø) :arrow_up:

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 a2796d0...31541f9. Read the comment docs.