Skip to content

Add error checking to the README samples #12

@aparatext

Description

@aparatext

Unhandled errors can be frustrating.

To solve it, just add

err := g.Run("my.crt", "my.key")
if err != nil { panic(err) }

to samples in README.md.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions