{"id":19336762,"url":"https://github.com/samrocketman/goenv","last_synced_at":"2026-03-19T09:20:43.196Z","repository":{"id":145442161,"uuid":"400351303","full_name":"samrocketman/goenv","owner":"samrocketman","description":"A small development environment for me to learn Go without interfering with my system packages.","archived":false,"fork":false,"pushed_at":"2025-05-30T01:53:53.000Z","size":14,"stargazers_count":0,"open_issues_count":10,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-20T05:29:23.174Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","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/samrocketman.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-08-27T01:20:02.000Z","updated_at":"2025-05-30T01:53:57.000Z","dependencies_parsed_at":"2024-01-27T01:47:51.301Z","dependency_job_id":"a850aa53-55b4-4df9-8cba-5c88f7e7aed4","html_url":"https://github.com/samrocketman/goenv","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/samrocketman/goenv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samrocketman%2Fgoenv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samrocketman%2Fgoenv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samrocketman%2Fgoenv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samrocketman%2Fgoenv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samrocketman","download_url":"https://codeload.github.com/samrocketman/goenv/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samrocketman%2Fgoenv/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29614949,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T13:04:20.082Z","status":"ssl_error","status_checked_at":"2026-02-19T13:03:33.775Z","response_time":117,"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":[],"created_at":"2024-11-10T03:12:23.269Z","updated_at":"2026-02-19T13:31:43.024Z","avatar_url":"https://github.com/samrocketman.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Go Dev Environment\n\nA simple go development environment for my Desktop Linux machines.\n\n\u003e **WARNING:** this environment gets set up with my personal dotfiles including\n\u003e git author settings.\n\n# Building\n\nTo build the initial docker image run the following command.\n\n    docker build -t go .\n\nWill pull in the latest available version of Go.\n\n# Installation\n\nAdd to `.bashrc` file the following function.\n\n```bash\n# go environment provided by my goenv project\nfunction goenv() {\n    docker run -it --rm -v \"$PWD\":\"$PWD\" -w \"$PWD\" go\n}\n```\n\n# Usage\n\nStart this from the root of a Git repository containing a Go project.\n\n    goenv\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamrocketman%2Fgoenv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamrocketman%2Fgoenv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamrocketman%2Fgoenv/lists"}