pa-m / sklearn

bits of sklearn ported to Go #golang
MIT License
345 stars 38 forks source link

Use build.Default.GOPATH #7

Closed mattn closed 5 years ago

mattn commented 5 years ago

$GOPATH is not no longer required.

codecov-io commented 5 years ago

Codecov Report

Merging #7 into master will increase coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #7      +/-   ##
==========================================
+ Coverage   72.05%   72.07%   +0.01%     
==========================================
  Files          47       47              
  Lines        4981     4984       +3     
==========================================
+ Hits         3589     3592       +3     
  Misses       1225     1225              
  Partials      167      167
Impacted Files Coverage Δ
datasets/base.go 86.95% <100%> (+0.59%) :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 cbe1fec...36dad57. Read the comment docs.

pa-m commented 5 years ago

Many thanks!