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 uint to format in decimal #199

Merged
merged 10 commits into from
May 15, 2020
Merged

Fix uint to format in decimal #199

merged 10 commits into from
May 15, 2020

Commits on May 14, 2020

  1. Fix uint to format in decimal

    Deleted PkgPath condition.
    If it is uint8 which is an alias of byte, format it to hex.
    178inaba committed May 14, 2020
    Configuration menu
    Copy the full SHA
    25349ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7cfa7da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18910c2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c00592f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1a0ffc6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1f7bef0 View commit details
    Browse the repository at this point in the history
  7. Fix to format in hex for uint8 slice

    Added isSlice as an argument of FormatValue.
    If the value is uint8 and isSlice is true, FormatValue formats the value in hex.
    178inaba committed May 14, 2020
    Configuration menu
    Copy the full SHA
    4ee30ba View commit details
    Browse the repository at this point in the history
  8. Fix test

    178inaba committed May 14, 2020
    Configuration menu
    Copy the full SHA
    8b1b10c View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

  1. Fix condition to single line

    178inaba committed May 15, 2020
    Configuration menu
    Copy the full SHA
    db6f2d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6458fc5 View commit details
    Browse the repository at this point in the history