aboutsummaryrefslogtreecommitdiff
path: root/template/go/snip-web-echo-get.go
blob: f3fc8e4dc083f5ae6d0cfcb3881771bcaccfaad6 (plain)
1
2
3
e.GET("{{_cursor_}}", func(ctx echo.Context) error {
    
})