Skip to content

Instantly share code, notes, and snippets.

@poteto0
Created September 19, 2024 13:04
Show Gist options
  • Save poteto0/2b48f85cb5baeacc348214810c696847 to your computer and use it in GitHub Desktop.
Save poteto0/2b48f85cb5baeacc348214810c696847 to your computer and use it in GitHub Desktop.
// GetFunc godoc
//
// @Summary Func情報の取得
// @Accept json
// @Produce json
// @Param id path int false "ID"
// @Success 200 {object} model.Func
// @Router /funcs/{id} [get]
func GetFunc(c echo.Context) error {
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment