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

Elide printing type assertions on unnamed types #21

Merged
merged 2 commits into from
Sep 27, 2017
Merged

Elide printing type assertions on unnamed types #21

merged 2 commits into from
Sep 27, 2017

Commits on Jul 21, 2017

  1. Elide type assertions on unnamed types

    Many of the powerful uses of Transformers produces a significant amount of
    interfaces to anonymous types. For example, a generic JSON unmarshaler
    can unmarshal into a map[string]interface{} or []interface{}.
    However, the printing of these type assertions can be really noisy.
    Thus, elide type assertions for these cases.
    dsnet committed Jul 21, 2017
    Configuration menu
    Copy the full SHA
    c2ab218 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2017

  1. Configuration menu
    Copy the full SHA
    57720aa View commit details
    Browse the repository at this point in the history