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