You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A helper to merge structs and maps in Golang. Useful for configuration default values, avoiding messy if-statements.
32
31
@@ -36,7 +35,7 @@ Also a lovely [comune](http://en.wikipedia.org/wiki/Mergo) (municipality) in the
36
35
37
36
## Status
38
37
39
-
It is ready for production use. [It is used in several projects by Docker, Google, The Linux Foundation, VMWare, Shopify, etc](https://github.com/imdario/mergo#mergo-in-the-wild).
38
+
It is ready for production use. [It is used in several projects by Docker, Google, The Linux Foundation, VMWare, Shopify, Microsoft, etc](https://github.com/imdario/mergo#mergo-in-the-wild).
40
39
41
40
### Important note
42
41
@@ -51,12 +50,12 @@ If you were using Mergo before April 6th, 2015, please check your project works
51
50
If Mergo is useful to you, consider buying me a coffee, a beer, or making a monthly donation to allow me to keep building great free software. :heart_eyes:
52
51
53
52
<ahref='https://ko-fi.com/B0B58839'target='_blank'><imgheight='36'style='border:0px;height:36px;'src='https://az743702.vo.msecnd.net/cdn/kofi1.png?v=0'border='0'alt='Buy Me a Coffee at ko-fi.com' /></a>
<ahref="https://liberapay.com/dario/donate"><imgalt="Donate using Liberapay"src="https://liberapay.com/assets/widgets/donate.svg"></a>
54
+
<ahref='https://github.com/sponsors/imdario'target='_blank'><imgalt="Become my sponsor"src="https://img.shields.io/github/sponsors/imdario?style=for-the-badge" /></a>
0 commit comments