{"id":18639186,"url":"https://github.com/rjeczalik/which","last_synced_at":"2025-07-25T02:10:17.787Z","repository":{"id":18003949,"uuid":"21020412","full_name":"rjeczalik/which","owner":"rjeczalik","description":"Reads the import path and target platform strings from Golang executables.","archived":false,"fork":false,"pushed_at":"2015-04-21T14:05:12.000Z","size":2600,"stargazers_count":9,"open_issues_count":2,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-11T16:48:03.324Z","etag":null,"topics":["developer-tools","devops","golang","golang-package"],"latest_commit_sha":null,"homepage":"","language":"Go","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/rjeczalik.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":null,"security":null,"support":null}},"created_at":"2014-06-20T00:43:54.000Z","updated_at":"2021-07-27T19:55:03.000Z","dependencies_parsed_at":"2022-09-04T16:11:19.995Z","dependency_job_id":null,"html_url":"https://github.com/rjeczalik/which","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/rjeczalik/which","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rjeczalik%2Fwhich","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rjeczalik%2Fwhich/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rjeczalik%2Fwhich/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rjeczalik%2Fwhich/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rjeczalik","download_url":"https://codeload.github.com/rjeczalik/which/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rjeczalik%2Fwhich/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266944041,"owners_count":24010481,"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","status":"online","status_checked_at":"2025-07-25T02:00:09.625Z","response_time":70,"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":["developer-tools","devops","golang","golang-package"],"created_at":"2024-11-07T05:45:57.447Z","updated_at":"2025-07-25T02:10:17.747Z","avatar_url":"https://github.com/rjeczalik.png","language":"Go","readme":"## which [![GoDoc](https://godoc.org/github.com/rjeczalik/which?status.png)](https://godoc.org/github.com/rjeczalik/which) [![Build Status](https://img.shields.io/travis/rjeczalik/which/master.svg)](https://travis-ci.org/rjeczalik/which \"linux_amd64\") [![Build Status](https://img.shields.io/travis/rjeczalik/which/osx.svg)](https://travis-ci.org/rjeczalik/which \"darwin_amd64\") [![Build status](https://img.shields.io/appveyor/ci/rjeczalik/which.svg)](https://ci.appveyor.com/project/rjeczalik/which \"windows_amd64\") [![Coverage Status](https://img.shields.io/coveralls/rjeczalik/which/master.svg)](https://coveralls.io/r/rjeczalik/which?branch=master)\n\nPackage which shows the import path of Go executables.\n\n*Installation*\n\n```bash\n~ $ go get -u github.com/rjeczalik/which\n```\n\n*Documentation*\n\n[godoc.org/github.com/rjeczalik/which](https://godoc.org/github.com/rjeczalik/which)\n\n## cmd/gowhich [![GoDoc](https://godoc.org/github.com/rjeczalik/which/cmd/gowhich?status.png)](https://godoc.org/github.com/rjeczalik/which/cmd/gowhich)\n\n*Installation*\n\n```bash\n~ $ go get -u github.com/rjeczalik/which/cmd/gowhich\n~ $ go install github.com/rjeczalik/which/cmd/gowhich\n```\n\n*Documentation*\n\n[godoc.org/github.com/rjeczalik/which/cmd/gowhich](http://godoc.org/github.com/rjeczalik/which/cmd/gowhich)\n\n*Example usage*\n\n```bash\n~ $ gowhich godoc\ncode.google.com/p/go.tools/cmd/godoc\n```\n```bash\n~ $ gowhich ~/bin/godoc\ncode.google.com/p/go.tools/cmd/godoc\n```\n\n## cmd/gofile [![GoDoc](https://godoc.org/github.com/rjeczalik/which/cmd/gofile?status.png)](https://godoc.org/github.com/rjeczalik/which/cmd/gofile)\n\n*Installation*\n\n```bash\n~ $ go get -u github.com/rjeczalik/which/cmd/gofile\n~ $ go install github.com/rjeczalik/which/cmd/gofile\n```\n\n*Documentation*\n\n[godoc.org/github.com/rjeczalik/which/cmd/gofile](http://godoc.org/github.com/rjeczalik/which/cmd/gofile)\n\n*Example usage*\n\n```bash\n~ $ gofile godoc\ndarwin_amd64\n```\n```bash\n~ $ gofile ~/bin/godoc\ndarwin_amd64\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frjeczalik%2Fwhich","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frjeczalik%2Fwhich","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frjeczalik%2Fwhich/lists"}