aboutsummaryrefslogtreecommitdiff
path: root/template/go/snip-defer.go
blob: d052b1443b12be6e6aea0aea0da2e64cb1b9bf3d (plain)
1
2
3
defer func() {
	{{_cursor_}}
}()