{"id":16599189,"url":"https://github.com/collabh/go-playgrond","last_synced_at":"2025-10-14T10:07:44.100Z","repository":{"id":191849472,"uuid":"685033126","full_name":"collabH/go-playgrond","owner":"collabH","description":"go Quick Start","archived":false,"fork":false,"pushed_at":"2023-09-06T12:56:42.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-17T06:07:34.875Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/collabH.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":"2023-08-30T11:23:16.000Z","updated_at":"2023-08-30T12:48:45.000Z","dependencies_parsed_at":"2024-06-19T13:30:58.278Z","dependency_job_id":"00d1eb4f-11d0-41f0-aa1d-b4073d1a9983","html_url":"https://github.com/collabH/go-playgrond","commit_stats":null,"previous_names":["collabh/go-playgrond"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/collabH%2Fgo-playgrond","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/collabH%2Fgo-playgrond/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/collabH%2Fgo-playgrond/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/collabH%2Fgo-playgrond/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/collabH","download_url":"https://codeload.github.com/collabH/go-playgrond/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242394443,"owners_count":20120941,"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","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-10-12T00:10:38.435Z","updated_at":"2025-10-14T10:07:39.078Z","avatar_url":"https://github.com/collabH.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-playgroup\ngo Quick Start\n\n# build env\n## go lib install\n```shell\n# brew查询go是否存在\nbrew search go \n# 安装go\nbrew install go \n# 配置go环境变量 \nvim ~/.bash\n vim ~/.zshrc \n# GOROOT\nexport GOROOT=/opt/homebrew/Cellar/go/1.21.0/libexec\n#GOPATH root bin\nexport GOBIN=$GOROOT/bin\nexport PATH=$PATH:$GOBIN\n#GOPATH\nexport GOPATH=$HOME/go\n#GOPATH bin\nexport PATH=$PATH:$GOPATH/bin\n```\n\n## go依赖管理工具安装\n\n```shell\n# 启动go默认版本管理工具\nexport GO111MODULE=on\n# 设置goproxy\nexport GOPROXY=https://goproxy.cn\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcollabh%2Fgo-playgrond","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcollabh%2Fgo-playgrond","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcollabh%2Fgo-playgrond/lists"}