{"id":40902302,"url":"https://github.com/nu50218/impls","last_synced_at":"2026-01-22T02:34:13.595Z","repository":{"id":57542911,"uuid":"292448100","full_name":"nu50218/impls","owner":"nu50218","description":"a CLI tool to find implementation and interface each other","archived":false,"fork":false,"pushed_at":"2022-03-11T01:49:03.000Z","size":75,"stargazers_count":9,"open_issues_count":3,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-06-20T16:48:27.593Z","etag":null,"topics":["go","golang","tool"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nu50218.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":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2020-09-03T02:42:32.000Z","updated_at":"2022-03-17T02:26:05.000Z","dependencies_parsed_at":"2022-09-26T18:31:25.791Z","dependency_job_id":null,"html_url":"https://github.com/nu50218/impls","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/nu50218/impls","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nu50218%2Fimpls","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nu50218%2Fimpls/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nu50218%2Fimpls/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nu50218%2Fimpls/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nu50218","download_url":"https://codeload.github.com/nu50218/impls/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nu50218%2Fimpls/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28651809,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T01:17:37.254Z","status":"online","status_checked_at":"2026-01-22T02:00:07.137Z","response_time":144,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["go","golang","tool"],"created_at":"2026-01-22T02:34:12.950Z","updated_at":"2026-01-22T02:34:13.587Z","avatar_url":"https://github.com/nu50218.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# impls\n\n[![Release](https://github.com/nu50218/impls/workflows/Release/badge.svg)](https://github.com/nu50218/impls/releases)\n[![Go Report Card](https://goreportcard.com/badge/github.com/nu50218/impls)](https://goreportcard.com/report/github.com/nu50218/impls)\n\nimplsはinterfaceの実装を見つけたり、実装からinterfaceを見つけたりできるツールです。\n\n## Install\n\n`$ go install github.com/nu50218/impls@latest`\n\n## Usage\n\n- interfaceから型を見つける\n\n```go\n$ impls types go/ast.Expr\n/usr/local/go/src/go/ast/ast.go:411:2 ast.ArrayType\n/usr/local/go/src/go/ast/ast.go:268:2 ast.BadExpr\n/usr/local/go/src/go/ast/ast.go:288:2 ast.BasicLit\n︙\n```\n\n- interfaceから変数を見つける\n\n```go\n$ impls vars error fmt\n/usr/local/go/src/fmt/scan.go:466:5 fmt.boolError\n/usr/local/go/src/fmt/scan.go:465:5 fmt.complexError\n```\n\n- 型からinterfaceを見つける\n\nいずれのサブコマンドも第四引数以降にロードさせたいパッケージを渡すことができます。\n\n```go\n$ impls interfaces bytes.Buffer io\n/usr/local/go/src/io/io.go:243:6 io.ByteReader\n/usr/local/go/src/io/io.go:254:6 io.ByteScanner\n/usr/local/go/src/io/io.go:260:6 io.ByteWriter\n/usr/local/go/src/io/io.go:120:6 io.ReadWriter\n/usr/local/go/src/io/io.go:77:6 io.Reader\n/usr/local/go/src/io/io.go:170:6 io.ReaderFrom\n/usr/local/go/src/io/io.go:269:6 io.RuneReader\n/usr/local/go/src/io/io.go:280:6 io.RuneScanner\n/usr/local/go/src/io/io.go:286:6 io.StringWriter\n/usr/local/go/src/io/io.go:90:6 io.Writer\n/usr/local/go/src/io/io.go:181:6 io.WriterTo\n```\n\n- help\n\n`$ impls help`\n\n`$ impls help types`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnu50218%2Fimpls","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnu50218%2Fimpls","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnu50218%2Fimpls/lists"}