Go语言资源自动回收技术

chai2010 ·
runtime.SetFinalizer(f, f.Close) 应该是 runtime.SetFinalizer(f, (*os.File).Close)
#1