Hello fellow gophers,
This is what it says in the official documentation about finalizers:
// It is not guaranteed that a finalizer will run for objects allocated
// in initializers for package-level variables. Such objects may be
// linker-allocated, not heap-allocated.
So, what is a linker-allocated object ?