{"id":34554215,"url":"https://github.com/jakebailey/dprint-plugin-gofumpt","last_synced_at":"2026-04-14T06:08:32.261Z","repository":{"id":328447843,"uuid":"1115484037","full_name":"jakebailey/dprint-plugin-gofumpt","owner":"jakebailey","description":"dprint plugin for gofumpt","archived":false,"fork":false,"pushed_at":"2026-03-13T18:02:29.000Z","size":237,"stargazers_count":3,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-14T06:17:19.682Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/jakebailey.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-13T00:16:06.000Z","updated_at":"2026-03-04T09:41:12.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/jakebailey/dprint-plugin-gofumpt","commit_stats":null,"previous_names":["jakebailey/dprint-plugin-gofumpt"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/jakebailey/dprint-plugin-gofumpt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakebailey%2Fdprint-plugin-gofumpt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakebailey%2Fdprint-plugin-gofumpt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakebailey%2Fdprint-plugin-gofumpt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakebailey%2Fdprint-plugin-gofumpt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jakebailey","download_url":"https://codeload.github.com/jakebailey/dprint-plugin-gofumpt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakebailey%2Fdprint-plugin-gofumpt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31784269,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T02:24:21.117Z","status":"ssl_error","status_checked_at":"2026-04-14T02:24:20.627Z","response_time":153,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2025-12-24T08:26:56.500Z","updated_at":"2026-04-14T06:08:32.256Z","avatar_url":"https://github.com/jakebailey.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dprint-plugin-gofumpt\n\nA [dprint](https://dprint.dev/) plugin for formatting Go code using\n[gofumpt](https://github.com/mvdan/gofumpt).\n\n## Getting Started\n\nRun the command below to add the plugin:\n\n```sh\ndprint config add jakebailey/gofumpt\n```\n\nAfter adding the plugin, configure the plugin in `dprint.json`:\n\n```jsonc\n{\n    // ...\n    \"gofumpt\": {\n        // Copy these from your go.mod file!\n        \"langVersion\": \"go1.24\",\n        \"modulePath\": \"github.com/myorg/myproject\"\n    },\n    \"plugins\": [\n        \"https://plugins.dprint.dev/jakebailey/gofumpt-v0.0.8.wasm\"\n    ]\n}\n```\n\n## Configuration\n\nIt is recommended to set both `langVersion` and `modulePath` for consistent\nformatting results, as the plugin cannot infer this information from `go.mod`.\n\n| Property      | Type      | Default | Description                                                                                                                                                    |\n| ------------- | --------- | ------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| `langVersion` | `string`  | `\"\"`    | The Go language version to target (e.g., `\"go1.24\"`). Must be a valid [Go version string](https://pkg.go.dev/go/version#IsValid). If empty, defaults to `go1`. |\n| `modulePath`  | `string`  | `\"\"`    | The module path of the package being formatted. Used for import sorting.                                                                                       |\n| `extraRules`  | `boolean` | `false` | Enable extra formatting rules beyond the default gofumpt rules.                                                                                                |\n\n## Versions\n\nThis plugin is versioned separately from `gofumpt`. Below is a table of which\nplugin versions correspond to which `gofumpt` versions.\n\n| Plugin Version | gofumpt Version                      |\n| -------------- | ------------------------------------ |\n| v0.0.2+        | v0.9.3-0.20251215221355-d3e4b13ef7fa |\n| v0.0.1         | v0.9.2                               |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakebailey%2Fdprint-plugin-gofumpt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjakebailey%2Fdprint-plugin-gofumpt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakebailey%2Fdprint-plugin-gofumpt/lists"}