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