Skip to content

Commit 1949787

Browse files
authored
Update README.md
1 parent 80c13e1 commit 1949787

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

+6-7
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
[![Coverage Status][9]][10]
99
[![Sourcegraph][11]][12]
1010
[![FOSSA Status][13]][14]
11-
12-
[![GoCenter Kudos][15]][16]
11+
[![Become my sponsor][15]][16]
1312

1413
[1]: https://travis-ci.org/imdario/mergo.png
1514
[2]: https://travis-ci.org/imdario/mergo
@@ -25,8 +24,8 @@
2524
[12]: https://sourcegraph.com/github.com/imdario/mergo?badge
2625
[13]: https://app.fossa.io/api/projects/git%2Bgithub.com%2Fimdario%2Fmergo.svg?type=shield
2726
[14]: https://app.fossa.io/projects/git%2Bgithub.com%2Fimdario%2Fmergo?ref=badge_shield
28-
[15]: https://search.gocenter.io/api/ui/badge/github.com%2Fimdario%2Fmergo
29-
[16]: https://search.gocenter.io/github.com/imdario/mergo
27+
[15]: https://img.shields.io/github/sponsors/imdario
28+
[16]: https://github.com/sponsors/imdario
3029

3130
A helper to merge structs and maps in Golang. Useful for configuration default values, avoiding messy if-statements.
3231

@@ -36,7 +35,7 @@ Also a lovely [comune](http://en.wikipedia.org/wiki/Mergo) (municipality) in the
3635

3736
## Status
3837

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).
4039

4140
### Important note
4241

@@ -51,12 +50,12 @@ If you were using Mergo before April 6th, 2015, please check your project works
5150
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:
5251

5352
<a href='https://ko-fi.com/B0B58839' target='_blank'><img height='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>
54-
[![Beerpay](https://beerpay.io/imdario/mergo/badge.svg)](https://beerpay.io/imdario/mergo)
55-
[![Beerpay](https://beerpay.io/imdario/mergo/make-wish.svg)](https://beerpay.io/imdario/mergo)
5653
<a href="https://liberapay.com/dario/donate"><img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg"></a>
54+
<a href='https://github.com/sponsors/imdario' target='_blank'><img alt="Become my sponsor" src="https://img.shields.io/github/sponsors/imdario?style=for-the-badge" /></a>
5755

5856
### Mergo in the wild
5957

58+
- [cli/cli](https://github.com/cli/cli)
6059
- [moby/moby](https://github.com/moby/moby)
6160
- [kubernetes/kubernetes](https://github.com/kubernetes/kubernetes)
6261
- [vmware/dispatch](https://github.com/vmware/dispatch)

0 commit comments

Comments
 (0)