goby-lang / goby

Goby - Yet another programming language written in Go
MIT License
3.49k stars 171 forks source link

Fix by ineffassign #806

Closed hachi8833 closed 4 years ago

hachi8833 commented 4 years ago

Tool: https://github.com/gordonklaus/ineffassign

codecov[bot] commented 4 years ago

Codecov Report

Merging #806 into master will decrease coverage by 0.06%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #806      +/-   ##
==========================================
- Coverage   80.92%   80.85%   -0.07%     
==========================================
  Files          54       54              
  Lines        7402     7407       +5     
==========================================
- Hits         5990     5989       -1     
- Misses       1188     1193       +5     
- Partials      224      225       +1
Impacted Files Coverage Δ
vm/class.go 85.84% <ø> (ø) :arrow_up:
vm/stack.go 88.57% <ø> (ø) :arrow_up:
vm/channel.go 84.61% <ø> (-0.3%) :arrow_down:
vm/http.go 84.61% <0%> (-1.66%) :arrow_down:
goby.go 0% <0%> (ø) :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 c35b6f9...7980123. Read the comment docs.