diff options
Diffstat (limited to 'template/go/snip-web-echo-post.go')
-rw-r--r-- | template/go/snip-web-echo-post.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/template/go/snip-web-echo-post.go b/template/go/snip-web-echo-post.go new file mode 100644 index 0000000..751940a --- /dev/null +++ b/template/go/snip-web-echo-post.go @@ -0,0 +1,3 @@ +e.POST("{{_cursor_}}", func(ctx echo.Context) error { + +}) |