6 lines
60 B
Go
6 lines
60 B
Go
|
defer func() {
|
||
|
if recover() != nil {
|
||
|
{{_cursor_}}
|
||
|
}
|
||
|
}()
|