Skip to content

A Go package for taking Stringer (has `func (*T) String() string` declared) structs and allowing you to annotate fields for inclusion, exclusion, masked value ("" or "*****") or the type (useful for any or interface{}) when printing/logging.

Notifications You must be signed in to change notification settings

federate-id/stringer-util

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stringer-util

A Go package for taking Stringer (has func (*T) String() string declared) structs and allowing you to annotate fields for inclusion, exclusion, masked value ("" or "*****") or the type (useful for any or interface{}) when printing/logging.

About

A Go package for taking Stringer (has `func (*T) String() string` declared) structs and allowing you to annotate fields for inclusion, exclusion, masked value ("" or "*****") or the type (useful for any or interface{}) when printing/logging.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published