Skip to content

arnehormann/mirror

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mirror

Build Status Make unsafe code safer by seeing it in the mirror.

Mirror allows you to compare before you cast. Use it in init or with sync.Once to know you can safely cast a struct to another with unsafe because their memory layout is the same.

Access unexported fields without a headache. It may even be rather safe if you only read from them.

Documentation lives at godoc.org.

License: MPL2.

About

Go library helping with reflect

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages