Skip to content

Utilize go generate #81

Open
Open
@xibz

Description

@xibz

When generating go code, we should utilize what go provides out of the box, go generate which looks to be unused. This is idiomatic to go

The benefit of using go generate is you can just call it from the root of the project or wherever and it'll generate the code rather than a specific scripting file

https://go.dev/blog/generate

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions