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

feat: Add util functions to create tables from slices of structs #217

Merged
merged 7 commits into from Jun 6, 2021

Commits on Jun 2, 2021

  1. Add WithSliceOfStruct to the table printer

    This makes it easy to print a slice of structs. or a slice of pointers
    to structs
    tw1nk committed Jun 2, 2021
    Copy the full SHA
    01456cf View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. Fix lint issues

    tw1nk committed Jun 3, 2021
    Copy the full SHA
    0bf0a14 View commit details
    Browse the repository at this point in the history
  2. Fixed 100% coverage

    tw1nk committed Jun 3, 2021
    Copy the full SHA
    6a0e1c2 View commit details
    Browse the repository at this point in the history
  3. Fix lint issue

    tw1nk committed Jun 3, 2021
    Copy the full SHA
    1f3c871 View commit details
    Browse the repository at this point in the history
  4. Refactor to putils

    tw1nk committed Jun 3, 2021
    Copy the full SHA
    7568cc0 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

  1. Copy the full SHA
    021a66b View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2021

  1. Fix filename spelling.

    tw1nk committed Jun 5, 2021
    Copy the full SHA
    5bd3778 View commit details
    Browse the repository at this point in the history