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

Change Debug’s value type to string #19

Merged
merged 2 commits into from Jan 21, 2019
Merged

Change Debug’s value type to string #19

merged 2 commits into from Jan 21, 2019

Conversation

morikuni
Copy link
Owner

@morikuni morikuni commented Jan 15, 2019

Changes

Change Debug’s value type from interface{} to string .

Motivation

interface{} is too ambiguous for printing logs correctly.

interface{} is too ambiguous for printing logs correctly.
@morikuni morikuni added the breaking changes Include breaking changes label Jan 15, 2019
@codecov-io
Copy link

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #19   +/-   ##
=======================================
  Coverage   95.91%   95.91%           
=======================================
  Files           5        5           
  Lines         269      269           
=======================================
  Hits          258      258           
  Misses          7        7           
  Partials        4        4
Impacted Files Coverage Δ
wrapper.go 100% <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 b670d36...01e0a4c. Read the comment docs.

@morikuni morikuni merged commit edf4ef2 into master Jan 21, 2019
@morikuni morikuni deleted the debug-string branch January 21, 2019 03:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking changes Include breaking changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants