From fee361bbf5ae3e6ec5c2626d1bf7ebff96708ef3 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 05:33:55 +0000 Subject: [PATCH 1/2] update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 84ace39..fb790b2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # gotips Go语言编程技巧 -[![All Contributors](https://img.shields.io/badge/all_contributors-8-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-9-orange.svg?style=flat-square)](#contributors-) Go tips from [Phuong Le](https://twitter.com/func25). @@ -190,6 +190,7 @@ http://localhost:3000 devin7788
devin7788

💻 + Cannian
Cannian

💻 From 37956862ea37cf57a2644a41b620f4cd070a0ccd Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 05:33:56 +0000 Subject: [PATCH 2/2] update .all-contributorsrc --- .all-contributorsrc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index 2bceb44..5f60709 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -81,6 +81,15 @@ "contributions": [ "code" ] + }, + { + "login": "cannian1", + "name": "Cannian", + "avatar_url": "https://avatars.githubusercontent.com/u/59365095?v=4", + "profile": "https://github.com/cannian1", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7,