SAP / go-ase

SAP ASE Database Client for Go
Apache License 2.0
25 stars 14 forks source link

Fix linting issues #77

Closed ntnn closed 4 years ago

ntnn commented 4 years ago

Description

golangci-lint found a couple overlooked issues. This PR fixes those.

There are still two remaining issues - an unused variable and an unused enum. Those will be required once we get further with the pure go implementation, as such we'll leave them for now. Those issues won't be a problem for PRs as the linting action only acts on new issues - this will only show up in tests for branches.

How was the patch tested?

make lint and make test.