radareorg / r2pm

Radare2 cross platform package manager
GNU Lesser General Public License v3.0
34 stars 12 forks source link

Migrate to Go 1.13 #50

Closed qbarrand closed 5 years ago

qbarrand commented 5 years ago

Mostly removes golang.org/x/xerrors as a dependency, as its features have been move to the standard library's fmt package.

Please approve.

codecov-io commented 5 years ago

Codecov Report

Merging #50 into master will not change coverage. The diff coverage is 6.66%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #50   +/-   ##
=======================================
  Coverage   31.21%   31.21%           
=======================================
  Files           9        9           
  Lines         189      189           
=======================================
  Hits           59       59           
  Misses        121      121           
  Partials        9        9
Impacted Files Coverage Δ
pkg/site/site.go 16.66% <0%> (ø) :arrow_up:
pkg/git/git.go 47.36% <33.33%> (ø) :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 7cefeff...f7a3018. Read the comment docs.