Skip to content

jortel/go-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

utils

Provides useful Go utility packages.

Error

The error package provides error reporting with stack traces and other captured context (at the point of origin).

Defines and implements interfaces:

  • Traced - provides origin stack trace.
  • Wrapped - provides Unwrap().
  • WithContext - provides additional context properties.
  • Snapshot - provides error Traced, Wrapped, WithContext.

File-Backed

the filebacked package provides collections that are backed by the filesystem rather than in-memory.

Logger

The logr package provides a rich logrus based Logger that is Snapshot aware when logging at Error().

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •