{"id":22249437,"url":"https://github.com/zeroidentidad/godoclite","last_synced_at":"2026-03-05T19:35:51.940Z","repository":{"id":245436982,"uuid":"818419641","full_name":"zeroidentidad/godoclite","owner":"zeroidentidad","description":"little \"godoc\" emulator that extend \"go doc\" with \"go/doc\" pkg usage","archived":false,"fork":false,"pushed_at":"2024-06-22T02:11:23.000Z","size":4,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-06-23T05:05:45.357Z","etag":null,"topics":["doc-generator","go-doc-html"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zeroidentidad.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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}},"created_at":"2024-06-21T20:13:09.000Z","updated_at":"2024-06-22T03:54:53.000Z","dependencies_parsed_at":"2024-06-22T05:05:26.280Z","dependency_job_id":"564ce2ca-4db4-4155-9ddd-81c069f33526","html_url":"https://github.com/zeroidentidad/godoclite","commit_stats":null,"previous_names":["zeroidentidad/godoclite"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeroidentidad%2Fgodoclite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeroidentidad%2Fgodoclite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeroidentidad%2Fgodoclite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeroidentidad%2Fgodoclite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zeroidentidad","download_url":"https://codeload.github.com/zeroidentidad/godoclite/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227865880,"owners_count":17831686,"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":["doc-generator","go-doc-html"],"created_at":"2024-12-03T06:26:42.349Z","updated_at":"2025-11-25T22:07:26.674Z","avatar_url":"https://github.com/zeroidentidad.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# godoclite\n\n`little \"godoc\" emulator that extend \"go doc\" with \"go/doc\" pkg usage`\n\nHelp to check if documentation to [pkg.go.dev](https://pkg.go.dev) is ok on the fly.\n\nFollow the comments rules at [tip.golang.org/doc/comment](https://tip.golang.org/doc/comment)\n\n## why godoclite?\n\n- \"go doc\" only show documentation on a single mode at one time\n\n- \"godoc\" only show documentation found in gopath, is necessary use \"go get\" to download module with packages every time documentation comments change\n\n- godoclite approach can be a isolated documentation server for projects\n\n- godoclite may help to check if documentation to hold in pkg.go.dev is ok before publish\n\n## installation\n\n```sh\ngo install github.com/zeroidentidad/godoclite@latest\n```\n\n## usage\n\n```sh\n# show usage help:\ngodoclite -h\n\n#output:\nUsage of godoclite:\n  -pkg string\n        Path to the Go package (default \".\")\n  -port string\n        Port to serve documentation (default \"8080\")\n```\n\n```sh\n# run binary with flags:\ngodoclite -pkg=./path/to/your/package -port=8080\n\n# run binary without flags on package dir:\ngodoclite\n```\n\n## sample result\n\n![gif](https://raw.githubusercontent.com/zeroidentidad/zeroidentidad/master/img/sample.gif)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeroidentidad%2Fgodoclite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzeroidentidad%2Fgodoclite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeroidentidad%2Fgodoclite/lists"}