Skip to content

Rename error variable in go tests to err #8828

@johscheuer

Description

@johscheuer

The common standard in go is to use err for errors and not e (see examples in https://go.dev/doc/effective_go). I think it make sense to rename the error variable in the go bindings to err to be better aligned with the go community.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions