From bec6e98d622da40c4cade3826e42bfecaabada9c Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Mon, 22 Apr 2024 10:40:13 +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 809dda2..c3ec39c 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# gotips Go语言编程技巧
-[![All Contributors](https://img.shields.io/badge/all_contributors-10-orange.svg?style=flat-square)](#contributors-)
+[![All Contributors](https://img.shields.io/badge/all_contributors-11-orange.svg?style=flat-square)](#contributors-)
Go tips from [Phuong Le](https://twitter.com/func25).
@@ -192,6 +192,7 @@ http://localhost:3000
devin7788 💻 |
Cannian 💻 |
LU XIUYUAN 💻 |
+ Zhang Jinlong 💻 |
From 669e24dfece7752d903494570e67f2656b713a50 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Mon, 22 Apr 2024 10:40:14 +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 81f2cfb..ee02e9e 100644
--- a/.all-contributorsrc
+++ b/.all-contributorsrc
@@ -99,6 +99,15 @@
"contributions": [
"code"
]
+ },
+ {
+ "login": "stonemax",
+ "name": "Zhang Jinlong",
+ "avatar_url": "https://avatars.githubusercontent.com/u/4516172?v=4",
+ "profile": "https://github.com/stonemax",
+ "contributions": [
+ "code"
+ ]
}
],
"contributorsPerLine": 7,