tinkerror

package
v2.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 16, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package tinkerror provides error handling functionality which helps maintain API backwards compatibility.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Fail

func Fail(message string)

Fail should be called by functions which do not return an error value but need to handle an error condition.

Such functions are strong candidates for replacement by an equivalent function which returns an explicit error value. Once a replacement has been introduced, the original should be deprecated and subsequently removed when performing a major release.

Types

This section is empty.

Directories

Path Synopsis
Package tinkerrortest provides test functionality for package tinkerror.
Package tinkerrortest provides test functionality for package tinkerror.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL