Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #198

Merged
merged 24 commits into from
Apr 20, 2022
Merged

Dev #198

merged 24 commits into from
Apr 20, 2022

Conversation

yoyofx and others added 24 commits November 10, 2021 20:50
supported tags: json , form , uri ,header.
fix: add vendor to .gitignore
� Conflicts:
�	examples/simpleweb/main.go
up go v1.18
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
Route define:
```go
func (controller UserController) TestFunc(request *struct {
	mvc.RequestGET `route:"/v1/user/:id/test"`
	Name           string `uri:"name"`
	Id             uint64 `path:"id"`
}) mvc.ApiResult {

}
```
@yoyofx yoyofx merged commit 3bc500e into master Apr 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants