Add go-sdk
This commit is contained in:
parent
4975d09a3f
commit
6af91029d8
2
main.go
2
main.go
@ -42,6 +42,8 @@ func showGoGetMeta(c echo.Context) error {
|
||||
return c.Render(http.StatusOK, "goget", c.Request().URL.Path)
|
||||
case "api":
|
||||
return c.Render(http.StatusOK, "goget", c.Request().URL.Path)
|
||||
case "go-sdk":
|
||||
return c.Render(http.StatusOK, "goget", c.Request().URL.Path)
|
||||
default:
|
||||
return redirectToBase(c)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user