Skip to content

Refactor order of error and return type #10

@cryptphil

Description

@cryptphil

Currently, all function methods look like this:

func someMethod (error, int) {
...
return err, 0

This is not idiomatic and go and we should change the order such that the error always comes last.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions