{"id":19222782,"url":"https://github.com/coderclub-dev/whoamigo","last_synced_at":"2026-06-23T09:31:57.641Z","repository":{"id":57691190,"uuid":"214885636","full_name":"coderclub-dev/whoamigo","owner":"coderclub-dev","description":"Who am I, Go?","archived":false,"fork":false,"pushed_at":"2020-09-05T02:42:42.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-05-02T20:39:34.849Z","etag":null,"topics":["beginner","beginner-project","golang","hacktoberfest","hacktoberfest2022"],"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/coderclub-dev.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}},"created_at":"2019-10-13T20:03:02.000Z","updated_at":"2024-08-16T14:27:57.000Z","dependencies_parsed_at":"2022-08-27T19:40:39.956Z","dependency_job_id":null,"html_url":"https://github.com/coderclub-dev/whoamigo","commit_stats":null,"previous_names":["coderclub-dev/whoamigo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/coderclub-dev/whoamigo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderclub-dev%2Fwhoamigo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderclub-dev%2Fwhoamigo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderclub-dev%2Fwhoamigo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderclub-dev%2Fwhoamigo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coderclub-dev","download_url":"https://codeload.github.com/coderclub-dev/whoamigo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderclub-dev%2Fwhoamigo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34684673,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"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":["beginner","beginner-project","golang","hacktoberfest","hacktoberfest2022"],"created_at":"2024-11-09T15:05:26.124Z","updated_at":"2026-06-23T09:31:57.623Z","avatar_url":"https://github.com/coderclub-dev.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Who am I, Go? \n\nSimple HTTP project written in [Go](https://golang.org/) \n\nSee other _**Who am I?**_ options\n- [Who am I, Node?](https://github.com/marcopollivier/whoaminode)\n- [Who am I, Java?](https://github.com/marcopollivier/whoamijava)\n- [Who am I, Clojure?](https://github.com/marcopollivier/whoamiclojure)\n\n## Run locally \n\n### Execute the server \n```bash \n$ go run cmd/server/main.go\n```\n\n### Execute the CURL command \n\n```bash \n$ curl http://localhost:8081 | json_pp\n```\n\n## Docker\n\n### Build Docker image\n\n```bash\n$ docker build -t marcopollivier/whoami:go-latest .\n```\n\nor [Download the Docker Image](https://hub.docker.com/r/marcopollivier/whoami)\n\n### Push Docker Image\n\n```bash\n$ docker push marcopollivier/whoami:go-latest\n```\n\n### Run Docker container\n\n```bash\n$ docker run --name whoami_go -d -p 8081:8081 marcopollivier/whoami:go-latest\n```\n\n## API REST\n\n### Response\n\n- **me**: hostname (container ID for example)\n- **timestamp**: execution start time \n\n```json\n{\n  \"me\": \"RJ-MB2680.lan\",\n  \"timestamp\": \"2019-02-12T10:00:00.000Z\"\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderclub-dev%2Fwhoamigo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoderclub-dev%2Fwhoamigo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderclub-dev%2Fwhoamigo/lists"}