{"id":37182899,"url":"https://github.com/waleedsamy/letsgo","last_synced_at":"2026-01-14T21:06:21.959Z","repository":{"id":93874245,"uuid":"66917895","full_name":"waleedsamy/letsgo","owner":"waleedsamy","description":"let's go","archived":false,"fork":false,"pushed_at":"2021-03-19T11:19:05.000Z","size":67,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-18T16:18:48.625Z","etag":null,"topics":["golang","tutorial"],"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/waleedsamy.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":"2016-08-30T07:36:12.000Z","updated_at":"2021-03-19T11:19:07.000Z","dependencies_parsed_at":"2023-04-10T00:31:56.197Z","dependency_job_id":null,"html_url":"https://github.com/waleedsamy/letsgo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/waleedsamy/letsgo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waleedsamy%2Fletsgo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waleedsamy%2Fletsgo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waleedsamy%2Fletsgo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waleedsamy%2Fletsgo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/waleedsamy","download_url":"https://codeload.github.com/waleedsamy/letsgo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waleedsamy%2Fletsgo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28434543,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T18:57:19.464Z","status":"ssl_error","status_checked_at":"2026-01-14T18:52:48.501Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["golang","tutorial"],"created_at":"2026-01-14T21:06:21.346Z","updated_at":"2026-01-14T21:06:21.954Z","avatar_url":"https://github.com/waleedsamy.png","language":"Go","readme":"# let's go\n GO hello world based on https://golang.org/doc/code.html\n\n\nNote: user in github url mean your username(I use mine).\n\n### steps\n```bash\n# update your ~/.bashrc\nexport GOPATH=$HOME/code/go\nexport PATH=$PATH:$GOPATH/bin\n\n# now you create a project hello\nmkdir -p $GOPATH/src/github.com/user/letsgo\n\n# start write your go code\ncd $GOPATH/src/github.com/user/letsgo \u0026\u0026 touch hello.go\n```\n\n### build, install and run\n\n```bash\ngo install\ngo run . -config.file let.yaml\ncurl http://localhost:8080/baz\n```\n\n### push to github\n```bash\ncd $GOPATH/src/github.com/user/letsgo\ngit init\ngit add --all \u0026\u0026 git commit -am \"Hello GO\"\ngit remote add origin git@github.com:user/letsgo.git\ngit push origin master\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaleedsamy%2Fletsgo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwaleedsamy%2Fletsgo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaleedsamy%2Fletsgo/lists"}