Ubuntu Pastebin

Paste from dsad at Tue, 7 Jun 2016 10:13:36 +0000

Download as text
1
2
3
4
5
6
7
defer func() {

 estate.mu.Lock()
 // defer estate.mu.Unlock()
 estate.ops <- OpDestroy{Env:estate.name, Error: res}
 estate.mu.Unlock()
}()
Download as text