aboutsummaryrefslogtreecommitdiff
path: root/template/go/snip-webgo-get.go
diff options
context:
space:
mode:
Diffstat (limited to 'template/go/snip-webgo-get.go')
-rw-r--r--template/go/snip-webgo-get.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/template/go/snip-webgo-get.go b/template/go/snip-webgo-get.go
new file mode 100644
index 0000000..1d24a1b
--- /dev/null
+++ b/template/go/snip-webgo-get.go
@@ -0,0 +1,3 @@
+web.Get("/", func() string {
+ {{_cursor_}}
+})