Skip to content

Tags: john-deng/mergo

Tags

0.3.2

Toggle 0.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request darccio#59 from imdario/fix/pr-58

Fix PR darccio#58

0.3.1

Toggle 0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request darccio#57 from imdario/fix/pr-56

Pull request darccio#56 merged after passing tests in Travis CI

0.3.0

Toggle 0.3.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Updated README and improved .gitignore

0.2.4

Toggle 0.2.4's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
go fmt

0.2.3

Toggle 0.2.3's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Merge pull request darccio#42 from imdario/add-code-of-conduct-1

Create CODE_OF_CONDUCT.md

0.2.2

Toggle 0.2.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Merge pull request darccio#22 from idrarig/private-map-fix

Do not panic on private map properties

0.2.1

Toggle 0.2.1's commit message

0.2.0

Toggle 0.2.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Merge working as designed (don't override non zero values on destinat…

…ion).

0.1.4

Toggle 0.1.4's commit message
fixed issue with not overriding of existing value of map, and added e…

…xpect test

0.1.3

Toggle 0.1.3's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Issue darccio#1 fixed.

It only required to check if src has kind reflect.Ptr. Iff it has this kind, it dereferences src calling Elem() on it.