From fc20dad4372d871513562988f08bffaef1558e6b Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Wed, 5 Jul 2023 17:00:14 +0000
Subject: [PATCH 1/2] docs: update README.md [skip ci]
---
README.md | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/README.md b/README.md
index 07e8681..6575c72 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,7 @@
Golang
+
+[](#contributors-)
+
@@ -101,6 +104,20 @@ Pull requests are welcome. For major changes, please open an issue first to disc
+
+
+
+
+
+
+
+
From 5316c6b7c6c189d173389c7b226c0102c1137e41 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Wed, 5 Jul 2023 17:00:15 +0000
Subject: [PATCH 2/2] docs: create .all-contributorsrc [skip ci]
---
.all-contributorsrc | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
create mode 100644 .all-contributorsrc
diff --git a/.all-contributorsrc b/.all-contributorsrc
new file mode 100644
index 0000000..e4595a3
--- /dev/null
+++ b/.all-contributorsrc
@@ -0,0 +1,26 @@
+{
+ "files": [
+ "README.md"
+ ],
+ "imageSize": 100,
+ "commit": false,
+ "commitType": "docs",
+ "commitConvention": "angular",
+ "contributors": [
+ {
+ "login": "SagarSingh2003",
+ "name": "Sagar Singh",
+ "avatar_url": "https://avatars.githubusercontent.com/u/129133613?v=4",
+ "profile": "https://github.com/SagarSingh2003",
+ "contributions": [
+ "doc"
+ ]
+ }
+ ],
+ "contributorsPerLine": 7,
+ "skipCi": true,
+ "repoType": "github",
+ "repoHost": "https://github.com",
+ "projectName": "Golang-tutorial",
+ "projectOwner": "Yashsharma1911"
+}