History of notes-computer-programming-programmingLanguageDesign-prosAndCons-destructors

2013-03-30
11:05 UTC Revision 1 . . . . BayleShanks " A technical point: you can achieve destructor-style resource management in Go like so: ------ interface Disposable { Dispose() } func using(r . . .