Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Go: style changes; fixed vet/staticcheck issues; better pathing #22

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

zacharysyoung
Copy link

This PR:

  • fixes some basic issues as reported by go vet/staticcheck
  • adds system-aware pathing (I believe: not on Windows, cannot vet)
  • adds constants for the null value, value separator, and row separator
  • adds errors that can be reused, and checked against
  • made some variable naming/style changes
  • changed byteClassLookup and stateTransitionLookup from slices to fixed-sized arrays; not necessary, but signals that the vars won't be changing size

@zacharysyoung zacharysyoung changed the title Style changes; fixed vet/staticcheck issues; better pathing Go: style changes; fixed vet/staticcheck issues; better pathing Feb 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant