Skip to content
This repository was archived by the owner on Jul 29, 2021. It is now read-only.
This repository was archived by the owner on Jul 29, 2021. It is now read-only.

Error print does not include timestamp #59

@jtuttle

Description

@jtuttle

I recently switched over to logging and exiting on error with log.Fatalln but that tacks on a timestamp to the output that isn't really useful in the context of this tool. Write a little wrapper class that runs:

fmt.Println(err)
os.Exit(1)

and use this wherever we want to display an error an exit.

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