Andrey..This is one one the better ones I've seen ..but clearly parts II 
and III of this article are still in the making.
 
Example:
var kk int;

func main() {  
     kk= 22
     { kkk := 10
       println ( kkk, kk)
     }
     println ( kk)
     //println (kkk)  //compiler error bec at this point kkk has been 
destroyed by GC


}  // But what happens to kk at this point ??


On Friday, May 3, 2019 at 9:48:39 PM UTC-4, andrey mirtchovski wrote:

>
> https://www.ardanlabs.com/blog/2018/12/garbage-collection-in-go-part1-semantics.html
>  
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to