{"id":15034508,"url":"https://github.com/canopas/go-reusable-functions","last_synced_at":"2025-04-09T22:51:22.730Z","repository":{"id":184437035,"uuid":"671844259","full_name":"canopas/go-reusable-functions","owner":"canopas","description":"Reusable functions in golang.","archived":false,"fork":false,"pushed_at":"2023-08-09T06:07:35.000Z","size":64,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T22:51:16.581Z","etag":null,"topics":["aws-ses","email","examples","go-reusable-functions","go-reusables","go-utils","golang","golang-email","golang-examples","golang-package","reusable","reusable-functions","reusables","reuse","scaffold"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/canopas.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-07-28T09:12:29.000Z","updated_at":"2024-10-28T09:39:05.000Z","dependencies_parsed_at":"2023-09-05T03:26:36.305Z","dependency_job_id":null,"html_url":"https://github.com/canopas/go-reusable-functions","commit_stats":null,"previous_names":["cp-sumi-k/go-scaffolds","canopas/go-reusables","canopas/go-scaffolds"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/canopas%2Fgo-reusable-functions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/canopas%2Fgo-reusable-functions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/canopas%2Fgo-reusable-functions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/canopas%2Fgo-reusable-functions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/canopas","download_url":"https://codeload.github.com/canopas/go-reusable-functions/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248125643,"owners_count":21051766,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws-ses","email","examples","go-reusable-functions","go-reusables","go-utils","golang","golang-email","golang-examples","golang-package","reusable","reusable-functions","reusables","reuse","scaffold"],"created_at":"2024-09-24T20:25:20.144Z","updated_at":"2025-04-09T22:51:22.704Z","avatar_url":"https://github.com/canopas.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-reusables\n\nA comprehensive collection of essential and reusable functions for Go developers.\n\nThis repository aims to provide solid reusable functions of foundational tools that enhance Go programming experiences and streamline the development workflow.\n\n## Features\n\n- 🚀 Streamline development with foundational utility functions.\n- 🛠 Simplify common tasks with reusable code snippets.\n- 🧰 Build upon strong reusables of well-tested Go functions.\n- ⚡ Boost productivity and code readability in your projects.\n\n## Functionalities\n\n- [SES email](https://github.com/canopas/go-reusables/tree/main/email) - Seamlessly Send email using AWS SES\n- [JWT authentication](https://github.com/canopas/go-reusables/tree/main/jwtAuth) - Easily generate JWT tokens and validate them.\n- [File manipulations](https://github.com/canopas/go-reusables/tree/main/file)\n- [Utility functions](https://github.com/canopas/go-reusables/tree/main/util) - Widely used utility functions.\n\n## Requirements\n\n- Go v1.20\n\n## Installation\n\n- If you want to use the email function, install the package with: \n\n    ```\n    go get github.com/canopas/go-reusables/email\n    ```\n## Usage\n\ngo-reusables offer a diverse range of utility functions that cater to various aspects of software development. Here's a quick example of how to use an email function:\n\n```go\npackage main\n\nimport (\n\t\"github.com/canopas/go-reusables/email\"\n)\n\nfunc main() {\n\temail.SendAWSSESEmail(sess, data)\n}\n```\n\nFor detailed documentation and examples of each function, please refer to the [examples](https://github.com/canopas/go-reusables/tree/main/examples).\n\n\n## Contributions and Feedback\n\nContributions are highly appreciated! If you find a bug, have a feature request, or want to contribute new functions, feel free to open an issue or submit a pull request.\n\n## License\n\ngo-reusables is open-source and distributed under the [MIT License](https://github.com/canopas/go-reusables/blob/main/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcanopas%2Fgo-reusable-functions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcanopas%2Fgo-reusable-functions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcanopas%2Fgo-reusable-functions/lists"}