Skip to content

🧪🥼 weak reference in Go

License

Notifications You must be signed in to change notification settings

ivanrad/go-weakref

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

weakref

Weak reference in Go. Adapted/fixed code from: https://play.golang.org/p/f9HY6-z8Pp

This is just an experiment for educational purposes. You really should not be using this in your code as it depends on runtime representation of interfaces in Go, is super-unreliable, probably has bugs, and yadda yadda yadda... TL;DR Do not use this code (or use at your own risk).

About

🧪🥼 weak reference in Go

Topics

Resources

License

Stars

Watchers

Forks

Languages