{"id":31052719,"url":"https://github.com/getconversio/go-utils","last_synced_at":"2026-04-19T05:34:55.166Z","repository":{"id":57525732,"uuid":"87198400","full_name":"getconversio/go-utils","owner":"getconversio","description":"A collection of utility functionality for Go","archived":false,"fork":false,"pushed_at":"2017-11-23T09:25:19.000Z","size":39,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-09-15T01:09:04.365Z","etag":null,"topics":["amqp","bigquery","geoip","golang","logrus","openexchangerates","utilities"],"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/getconversio.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}},"created_at":"2017-04-04T14:45:06.000Z","updated_at":"2017-12-21T18:52:25.000Z","dependencies_parsed_at":"2022-08-28T17:52:48.887Z","dependency_job_id":null,"html_url":"https://github.com/getconversio/go-utils","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/getconversio/go-utils","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getconversio%2Fgo-utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getconversio%2Fgo-utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getconversio%2Fgo-utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getconversio%2Fgo-utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/getconversio","download_url":"https://codeload.github.com/getconversio/go-utils/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getconversio%2Fgo-utils/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31996445,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["amqp","bigquery","geoip","golang","logrus","openexchangerates","utilities"],"created_at":"2025-09-15T01:05:50.603Z","updated_at":"2026-04-19T05:34:55.143Z","avatar_url":"https://github.com/getconversio.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-utils\n\nA collection of utilities function for Go used across Conversio. No reason this\ncan't be open source right? :-)\n\n[![Build Status](https://travis-ci.org/getconversio/go-utils.svg?branch=master)](https://travis-ci.org/getconversio/go-utils)\n[![codecov](https://codecov.io/gh/getconversio/go-utils/branch/master/graph/badge.svg)](https://codecov.io/gh/getconversio/go-utils)\n\n## Usage\n\n```go\nimport \"github.com/getconversio/go-utils/services/amqp\"\n\nfunc StartListening() {\n\tamqp.HandleFunc(\n\t\t\"myqueue\",     // Queue name\n\t\t\"myexchange\",  // Exchange name\n\t\t\"myrouting\",   // Routing key\n\t\tnew(mystruct),\n\t\tfunc(msg interface{}, headers aq.Table) error {\n\t\t\tdoSomething(*msg.(*mystruct))\n\t\t\treturn nil\n\t\t})\n}\n```\n\n## Testing\n\nBasic testing:\n\n    $ docker-compose run --rm dev\n\nTesting the package is the default command for the dev container. To create a\ncoverage profile:\n\n    $ docker-compose run --rm dev ./test.sh cover\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetconversio%2Fgo-utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgetconversio%2Fgo-utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetconversio%2Fgo-utils/lists"}