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: darccio/mergo
base: v0.3.5
Choose a base ref
...
head repository: darccio/mergo
compare: v0.3.6
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Jul 23, 2018

  1. Appending slice can cause Mergo to panic…

    … mainly if the slice are not of the same type. Fixes this by
    returning an error if the two slices are of different type instead of panicking.
    
    Signed-off-by: Vincent Demeester <vincent@sbr.pm>
    vdemeester committed Jul 23, 2018
    Copy the full SHA
    9a471d7 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2018

  1. Merge pull request #86 from vdemeester/append-slice-without-pancking

    Appending slice can cause Mergo to panic…
    darccio committed Jul 30, 2018
    Copy the full SHA
    7816d7f View commit details
    Browse the repository at this point in the history
  2. Update README.md

    darccio committed Jul 30, 2018
    Copy the full SHA
    9f23e2d View commit details
    Browse the repository at this point in the history