mauroalderete / gcode-core

Golang library to model and edit G-code commands, blocks from files
MIT License
7 stars 1 forks source link

60 fix performance of the examples of block and gcodeblock packages #65

Closed mauroalderete closed 2 years ago

mauroalderete commented 2 years ago

Description

I correct some ineffassign issues reported by goreportcard

Fixes

Fixes #60

How Has This Been Tested?

It passed all current tests. This PR does not require new tests.

codeclimate[bot] commented 2 years ago

Code Climate has analyzed commit 4b4ba870 and detected 0 issues on this pull request.

View more on Code Climate.