Hacker News new | past | comments | ask | show | jobs | submit login

I think arenas could solve a weird need I sometimes have, the ability to say: “from now one this object should have no references” as a debugging tool.



You might be able to use https://pkg.go.dev/runtime#SetFinalizer for that.

Another option is https://pkg.go.dev/lukechampine.com/freeze -- not exactly what you want, but if the object is mutated after freezing, it will panic.




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: