Registry / utility / whosonfirst-warning

whosonfirst-warning

JSON →
library0.1.1gogounverified

Provides a simple way to handle non-fatal errors that should be logged rather than stopping execution.

go get github.com/whosonfirst/warning
INSTALL
IMPORT
SIG · WHOSONFIRST-WARNIN
W
whosonfirst-warning
utilitygov0.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

warning
github.com/whosonfirst/warning

Create and print a warning error.

package main import ( "fmt" "github.com/whosonfirst/warning" ) func main() { err := warning.Warning("something non-fatal") fmt.Println(err) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources
whosonfirst-warning — go get whosonfirst-warning · libregistry