gofrs / uuid

A UUID package for Go
MIT License
1.57k stars 110 forks source link

Remove GO111MODULE from travis CI #76

Closed tariq1890 closed 5 years ago

tariq1890 commented 5 years ago

Since uuid doesn't use go mods, this env var is unnecessary. go modules is set to work by default (without setting any env var) after 1.13.

codecov-io commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #76   +/-   ##
=======================================
  Coverage   98.92%   98.92%           
=======================================
  Files           4        4           
  Lines         279      279           
=======================================
  Hits          276      276           
  Misses          2        2           
  Partials        1        1

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 6b08a5c...995560f. Read the comment docs.