Compare commits

...

3 Commits

Author SHA1 Message Date
Shmavon Gazanchyan
1eba3b9491 Update README.md 2024-10-25 17:31:44 +00:00
Sammy Hori
2221cf3ac3 Merge pull request #1493 from kashifkhan0771/go-utils
added utils library under go category
2024-10-25 18:31:33 +01:00
kashif khan
c4bb057f78 added utils library under go category 2024-10-25 17:31:33 +05:00
2 changed files with 10 additions and 0 deletions

View File

@@ -113,6 +113,7 @@ If you are not a programmer but would like to contribute, check out the [Awesome
- [script](https://github.com/bitfield/script) _(label: good-first-issue)_ <br> A Go library for doing the kind of tasks that shell scripts are good at: reading files, executing subprocesses, counting lines, matching strings, and so on. Beginners are very welcome and will get detailed code review and help through the PR process.
- [Terraform](https://github.com/hashicorp/terraform) _(label: good-first-issue)_ <br> A tool for building, changing, and versioning infrastructure safely and efficiently.
- [TiDB](https://github.com/pingcap/tidb) _(label: for-new-contributors)_ <br> A distributed scalable Hybrid Transactional and Analytical Processing (HTAP) database
- [utils](https://github.com/kashifkhan0771/utils) _(label: good-first-issue)_ <br> Common Utilities library for Go
## Haskell

View File

@@ -352,6 +352,15 @@
],
"description": "Meshery, the service mesh management plane."
},
{
"name": "utils",
"link": "https://github.com/kashifkhan0771/utils",
"label": "good-first-issue",
"technologies": [
"Go"
],
"description": "Common Utilities library for Go"
},
{
"name": "Strongbox",
"link": "https://github.com/strongbox/strongbox",