We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is going to require more study, thinking maybe it should just be go objects and structs.
Model every dang thing as a struct, they are easier to use.
Except when speaking json to a client, let's not unmarshal/marshal things and limit type conversions to maximize joy.
The text was updated successfully, but these errors were encountered:
build(deps): bump golangci/golangci-lint-action from 4 to 6 (#24)
56b0971
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4 to 6. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v4...v6) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
No branches or pull requests
This is going to require more study, thinking maybe it should just be go objects and structs.
Model every dang thing as a struct, they are easier to use.
Except when speaking json to a client, let's not unmarshal/marshal things and limit type conversions to maximize joy.
The text was updated successfully, but these errors were encountered: