{"id":20157571,"url":"https://github.com/g4s8/go-matchers","last_synced_at":"2026-05-05T16:37:46.953Z","repository":{"id":55890437,"uuid":"306094542","full_name":"g4s8/go-matchers","owner":"g4s8","description":"Go testing library for descriptive assert matching inspired by Hamcrest-matchers","archived":false,"fork":false,"pushed_at":"2020-12-09T07:26:12.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-13T12:50:36.973Z","etag":null,"topics":["hamcrest","matchers","testing"],"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/g4s8.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":"2020-10-21T17:09:50.000Z","updated_at":"2023-12-17T20:40:35.000Z","dependencies_parsed_at":"2022-08-15T08:40:54.116Z","dependency_job_id":null,"html_url":"https://github.com/g4s8/go-matchers","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/g4s8%2Fgo-matchers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/g4s8%2Fgo-matchers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/g4s8%2Fgo-matchers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/g4s8%2Fgo-matchers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/g4s8","download_url":"https://codeload.github.com/g4s8/go-matchers/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241596276,"owners_count":19988044,"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":["hamcrest","matchers","testing"],"created_at":"2024-11-13T23:46:55.188Z","updated_at":"2026-05-05T16:37:41.919Z","avatar_url":"https://github.com/g4s8.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-matchers\nGo testing library for descriptive assert matching\n\nInspired by http://hamcrest.org/\n\n## Example\n\n```go\nimport m \"github.com/g4s8/go-matchers\"\n\nfunc Test_Matchers(t *testing.T) {\n\tm.Assert(t).That(\"2 + 2 = 4\", 2+2, m.EqualTo(4))\n        m.Assert(t).That([]{1,2,3}, m.Not(m.Nil()))\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fg4s8%2Fgo-matchers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fg4s8%2Fgo-matchers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fg4s8%2Fgo-matchers/lists"}