{"id":15322116,"url":"https://github.com/edmartt/go-unit-test-excercise","last_synced_at":"2025-08-24T02:14:50.212Z","repository":{"id":103354636,"uuid":"497218224","full_name":"Edmartt/go-unit-test-excercise","owner":"Edmartt","description":"A simple go project for learning about unit test in simple way and with cases table","archived":false,"fork":false,"pushed_at":"2022-05-28T17:28:18.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T18:43:33.372Z","etag":null,"topics":["go","golang","testing","testing-practices","unit-testing"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Edmartt.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-05-28T05:02:28.000Z","updated_at":"2022-05-30T14:13:16.000Z","dependencies_parsed_at":"2023-07-08T15:46:01.159Z","dependency_job_id":null,"html_url":"https://github.com/Edmartt/go-unit-test-excercise","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/Edmartt%2Fgo-unit-test-excercise","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Edmartt%2Fgo-unit-test-excercise/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Edmartt%2Fgo-unit-test-excercise/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Edmartt%2Fgo-unit-test-excercise/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Edmartt","download_url":"https://codeload.github.com/Edmartt/go-unit-test-excercise/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245864062,"owners_count":20684960,"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":["go","golang","testing","testing-practices","unit-testing"],"created_at":"2024-10-01T09:14:15.689Z","updated_at":"2025-03-27T14:40:41.990Z","avatar_url":"https://github.com/Edmartt.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# UNIT TEST WITH GO\n\nA simple project with an aritmethic operation (sum) for showing the power of unit testing in Go.\n\n### Running project\n\n```\ngo run main.go\n```\n\n### Running tests with coverage\n\n```\ngo test -v --coverprofile=coverage.out ./... ./...\n```\n\n### Watching the coverage in browser\n\n```\ngo tool cover -html=coverage.out\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedmartt%2Fgo-unit-test-excercise","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedmartt%2Fgo-unit-test-excercise","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedmartt%2Fgo-unit-test-excercise/lists"}