Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: modern-go/reflect2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.1
Choose a base ref
...
head repository: modern-go/reflect2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.1
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 17, 2018

  1. Lazy-init types & packages

    Saves memory & initialization type when name-lookup is not used, by
    deferring to first-use.
    justinsb committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    e4eb82f View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2018

  1. Merge pull request #2 from justinsb/lazy_init_type_discovery

    Lazy-init types & packages
    taowen authored Jul 18, 2018
    Configuration menu
    Copy the full SHA
    94122c3 View commit details
    Browse the repository at this point in the history
Loading