tendermint / spn

A blockchain to launch blockchains.
Other
112 stars 41 forks source link

chore: remove `io/ioutil` #939

Closed aljo242 closed 2 years ago

aljo242 commented 2 years ago

Removes usage of io/ioutil package from the codebase. This package has been deprecated since go 1.16 and has equivalent functions in other package (namely os and io).

codecov[bot] commented 2 years ago

Codecov Report

Merging #939 (083c876) into develop (985b629) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #939   +/-   ##
========================================
  Coverage    10.60%   10.60%           
========================================
  Files          328      328           
  Lines        75537    75537           
========================================
  Hits          8009     8009           
  Misses       67339    67339           
  Partials       189      189