Skip to content

Package safer provides safer access to unsafe operations by providing simple functions with high test coverage that will never panic, instead returning zero values.

License

Notifications You must be signed in to change notification settings

cstockton/safer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Package: safer

GoDoc Go Report Card Coverage Status Build Status License

About

Package safer provides safer access to unsafe operations by providing simple functions with high test coverage that will never panic, instead returning zero values.

Primary motivation was KindOf which gives a 30x performance improvement against the same operation in the reflect package. Useful when you only need to know the underlying kind, not manipulate the value directly.

About

Package safer provides safer access to unsafe operations by providing simple functions with high test coverage that will never panic, instead returning zero values.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages