Skip to content
This repository was archived by the owner on Jul 22, 2022. It is now read-only.

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 5, 2022

Bumps github.com/guonaihong/gout from 0.2.4 to 0.2.12.

Release notes

Sourced from github.com/guonaihong/gout's releases.

v0.2.12版本

修复 #329

v0.2.11版本

更新标准扩展库sys版本号.

在mac+go1.17的组合下面sys库会runtime panic.

v0.2.10

新增功能如下:

增加MiddlerFunc Helper 感谢 @​Sora233 SetQuery和SetHeader等API int 类型0值序列化为空字符串 现改为"0",

v0.2.9版本

优化SetXXX函数, 传递nil 会panic的现象. 感谢 @​listening3

v0.2.8版本

修复#316

v0.2.7版本

本次功能如下:

结果中间件用法如下. https://github.com/guonaihong/gout#responseuse

v0.2.6版本

详细的讨论可看 #306

import (
	"fmt"
	"github.com/guonaihong/gout"
)
type testValid struct {
Val string valid:"required"
}
func main() {
tv := testValid{}
err := gout.
// 设置POST方法和url
POST(":8080/req/body").
//打开debug模式
Debug(true).
//解析json, 并且当需要的字段没有值时, 返回错误
BindJSON(&tv).
//结束函数
</tr></table>

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/guonaihong/gout](https://github.com/guonaihong/gout) from 0.2.4 to 0.2.12.
- [Release notes](https://github.com/guonaihong/gout/releases)
- [Commits](guonaihong/gout@v0.2.4...v0.2.12)

---
updated-dependencies:
- dependency-name: github.com/guonaihong/gout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 5, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jul 22, 2022

Superseded by #40.

@dependabot dependabot bot closed this Jul 22, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/guonaihong/gout-0.2.12 branch July 22, 2022 06:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants