cat mind >> web
Notes about Linux and Programming
Hobaaa
func
m
() (i
int
){
defer
func
(){i
++
}
return
1
}
m
()
// 2
2020-01-13
#go
#programming