gofrs / uuid

A UUID package for Go
MIT License
1.58k stars 111 forks source link

Bump version to 420, enable Go modules support #88

Closed Xe closed 3 years ago

Xe commented 3 years ago

The number was chosen as a reference to a peaceful community revolving around the use of an entheogen. This will make this package compliant with Go modules in the future.

theckman commented 3 years ago

While I think it would be amusing to mess with people by requiring them to have marijuana references all over their codebase, I'm going to objectively refer back to this comment from another issue:

https://github.com/gofrs/uuid/issues/85#issuecomment-626123986

codecov-io commented 3 years ago

Codecov Report

Merging #88 (8f8c591) into master (abfe188) will decrease coverage by 0.17%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #88      +/-   ##
==========================================
- Coverage   99.05%   98.88%   -0.18%     
==========================================
  Files           4        4              
  Lines         318      269      -49     
==========================================
- Hits          315      266      -49     
  Misses          2        2              
  Partials        1        1              
Impacted Files Coverage Δ
generator.go 96.66% <0.00%> (-0.56%) :arrow_down:
sql.go 100.00% <0.00%> (ø)
uuid.go 100.00% <0.00%> (ø)
codec.go 100.00% <0.00%> (ø)

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 abfe188...8f8c591. Read the comment docs.