diff options
Diffstat (limited to 'template/goroutine.go')
-rw-r--r-- | template/goroutine.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/goroutine.go b/template/goroutine.go index da098ce..6fc6038 100644 --- a/template/goroutine.go +++ b/template/goroutine.go @@ -1,3 +1,3 @@ -go func() {
- {{_cursor_}}
-}()
+go func() { + {{_cursor_}} +}() |