{"id":20082144,"url":"https://github.com/exercism/go-representer","last_synced_at":"2025-10-19T16:48:37.315Z","repository":{"id":36447300,"uuid":"224603186","full_name":"exercism/go-representer","owner":"exercism","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-05T07:06:33.000Z","size":81,"stargazers_count":2,"open_issues_count":4,"forks_count":8,"subscribers_count":13,"default_branch":"main","last_synced_at":"2025-04-29T05:28:32.378Z","etag":null,"topics":["community-contributions-paused","exercism-representer","exercism-tooling","maintained-autonomous"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/exercism.png","metadata":{"funding":{"github":["exercism"],"custom":["https://exercism.org/donate"]},"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-11-28T08:16:56.000Z","updated_at":"2024-09-05T07:06:37.000Z","dependencies_parsed_at":"2023-01-17T01:33:06.056Z","dependency_job_id":"4ccd9b9b-d97d-4b7a-9425-0c309d35ffc5","html_url":"https://github.com/exercism/go-representer","commit_stats":{"total_commits":32,"total_committers":11,"mean_commits":2.909090909090909,"dds":0.6875,"last_synced_commit":"c57386b337b94dfa04f485616aaab6013ac29677"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exercism%2Fgo-representer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exercism%2Fgo-representer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exercism%2Fgo-representer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exercism%2Fgo-representer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/exercism","download_url":"https://codeload.github.com/exercism/go-representer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252598369,"owners_count":21774244,"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":["community-contributions-paused","exercism-representer","exercism-tooling","maintained-autonomous"],"created_at":"2024-11-13T15:42:07.127Z","updated_at":"2025-10-19T16:48:37.176Z","avatar_url":"https://github.com/exercism.png","language":"Go","funding_links":["https://github.com/sponsors/exercism","https://exercism.org/donate"],"categories":[],"sub_categories":[],"readme":"# Exercism's Go Representer\nThis is Exercism's representer for the Go track. See the\n[docs](https://exercism.org/docs/building/tooling/representers) for more\ninformation on representers.\n\n## Build Executable\nThis will create an executable called `represent`.\n\n```\ngo build -tags build -o represent .\n```\n\n## Executing the Representer\nThe representer takes three arguments:\n\n* The slug of the exercise (e.g. `two-fer`).\n* A path to a directory containing the submitted file(s) (with a trailing slash).\n* A path to an output directory (with a trailing slash). This directory is writable.\n\nThe representer will write a `representation.txt` and `mapping.json`\nfile to the output directory.\n\nWith the binary built above:\n```\nrepresent two-fer ./representer/testdata/two-fer/1/ ./\n```\n\n## Current Normalizations\n\nThe basic normalizations recommended in the [docs](https://exercism.org/docs/building/tooling/representers/normalization) are implemented.\n\n* Use placeholders for variable names\n* Remove comments\n* Apply standard formatting\n* Consolidate multiple files\n* Sort top level declarations (imports, types, constants, variables, functions)\n\n## Batch Analysis\n\nSee [Batch Analysis README](https://github.com/exercism/go-representer/blob/main/script/README.md) for information on how to run the representer on a bigger data set.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexercism%2Fgo-representer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexercism%2Fgo-representer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexercism%2Fgo-representer/lists"}