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

fix comment in mode.go #2129

Merged
merged 2 commits into from Nov 24, 2019
Merged

fix comment in mode.go #2129

merged 2 commits into from Nov 24, 2019

Conversation

plsmaop
Copy link
Contributor

@plsmaop plsmaop commented Nov 10, 2019

EnableJsonDisallowUnknownFields => EnableJsonDecoderDisallowUnknownFields

  • With pull requests:
    • Open your pull request against master
    • Your pull request should have no more than two commits, if not you should squash them.
    • It should pass all tests in the available continuous integrations systems such as TravisCI.
    • You should add/modify tests to cover your proposed code changes.
    • If your pull request contains a new feature, please document it on the README.

EnableJsonDisallowUnknownFields => EnableJsonDecoderDisallowUnknownFields
@codecov
Copy link

codecov bot commented Nov 10, 2019

Codecov Report

Merging #2129 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2129   +/-   ##
=======================================
  Coverage   98.74%   98.74%           
=======================================
  Files          40       40           
  Lines        2236     2236           
=======================================
  Hits         2208     2208           
  Misses         14       14           
  Partials       14       14
Impacted Files Coverage Δ
mode.go 100% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 15ced05...566c392. Read the comment docs.

@thinkerou thinkerou added this to the 1.6 milestone Nov 24, 2019
@thinkerou thinkerou merged commit 70ca31b into gin-gonic:master Nov 24, 2019
ThomasObenaus pushed a commit to ThomasObenaus/gin that referenced this pull request Feb 19, 2020
EnableJsonDisallowUnknownFields => EnableJsonDecoderDisallowUnknownFields
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.

None yet

3 participants