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

mark slices as valid for json marshalling #198

Merged
merged 1 commit into from
Nov 9, 2018
Merged

mark slices as valid for json marshalling #198

merged 1 commit into from
Nov 9, 2018

Conversation

jdeflander
Copy link
Contributor

closes #197

@codecov
Copy link

codecov bot commented Nov 9, 2018

Codecov Report

Merging #198 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #198   +/-   ##
======================================
  Coverage    96.3%   96.3%           
======================================
  Files           9       9           
  Lines        1111    1111           
======================================
  Hits         1070    1070           
  Misses         22      22           
  Partials       19      19
Impacted Files Coverage Δ
util.go 92.3% <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 92a651c...0fb7979. Read the comment docs.

Copy link
Member

@jeevatkm jeevatkm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jdeflander Thanks for the PR.

@jeevatkm jeevatkm added the bug label Nov 9, 2018
@jeevatkm jeevatkm merged commit 33ee7be into go-resty:master Nov 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

Incorrect debug log for request body of type slice
2 participants