{"id":29308815,"url":"https://github.com/danger/golang","last_synced_at":"2026-01-12T02:34:54.884Z","repository":{"id":189991625,"uuid":"611674969","full_name":"danger/golang","owner":"danger","description":"⚠️ Stop saying \"you forgot to …\" in code review","archived":false,"fork":false,"pushed_at":"2025-05-02T09:57:12.000Z","size":82,"stargazers_count":4,"open_issues_count":3,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-02T10:52:28.420Z","etag":null,"topics":["hacktoberfest"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"moolmanruan/danger-go","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/danger.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"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,"zenodo":null}},"created_at":"2023-03-09T10:09:05.000Z","updated_at":"2025-04-10T08:58:46.000Z","dependencies_parsed_at":"2024-11-01T15:21:54.473Z","dependency_job_id":"06d27658-b607-46f9-aa4a-e7fc62382c75","html_url":"https://github.com/danger/golang","commit_stats":null,"previous_names":["luno/danger-go"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/danger/golang","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danger%2Fgolang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danger%2Fgolang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danger%2Fgolang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danger%2Fgolang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danger","download_url":"https://codeload.github.com/danger/golang/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danger%2Fgolang/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264032459,"owners_count":23546816,"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":["hacktoberfest"],"created_at":"2025-07-07T07:18:13.237Z","updated_at":"2026-01-12T02:34:54.840Z","avatar_url":"https://github.com/danger.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Danger in Go\n\nThis is a Go version of the popular [Danger](https://danger.systems/) tool.\n\n## Installation of command line tool\n\n```shell\ngo install github.com/danger/golang/cmd/danger-go@latest\nyarn global add danger\n```\n\nRequires [Danger JS](https://danger.systems/js) to run properly.\n\n## Integrate into project\n\n1. Create a new directory to house the *dangerfile.go* file. This repo uses `build/ci`.\n2. Add a `dangerfile.go` to the directory with the following contents:\n```go\npackage main\n\nimport \"github.com/danger/golang\"\n\nfunc Run(d *danger.T, pr danger.DSL) {\n\td.Message(\"danger-go is running!\", \"\", 0)\n}\n```\n3. Run the following in the directory:\n```shell\ngo mod init dangerfile\ngo get github.com/danger/golang\ngo mod tidy\n```\n\n## Running danger-go locally\n\nThe `danger-go` command line tool supports `local`, `pr`, and `ci` commands. `danger-go` wraps the corresponding `danger` (js) commands, so to get information about flags, run `danger \u003ccommand\u003e --help`.\n\n## CI integration\n\n### GitHub Actions\nSee `.github/workflows/main.yml` as a reference.\n\n## Authors\n\n`danger-go` was developed by [Luno](https://github.com/luno/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanger%2Fgolang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanger%2Fgolang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanger%2Fgolang/lists"}