Skip to content
This repository was archived by the owner on Feb 8, 2020. It is now read-only.
This repository was archived by the owner on Feb 8, 2020. It is now read-only.

Suggestion: add t.Diagnostic() #3

@tesujimath

Description

@tesujimath

I know it's only a printf wrapper, but it would be nice to have this:

// Diagnostic simply outputs the message
func (t *T) Diagnostic(message string) {
	t.printf("# %s\n", message)
}

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