{"id":22868462,"url":"https://github.com/xpdojo/go","last_synced_at":"2025-08-03T09:16:03.079Z","repository":{"id":45834383,"uuid":"350909898","full_name":"xpdojo/go","owner":"xpdojo","description":"Go is a statically typed, compiled high-level programming language designed at Google by Robert Griesemer, Rob Pike, and Ken Thompson.","archived":false,"fork":false,"pushed_at":"2022-07-17T15:40:47.000Z","size":289,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-06T15:53:28.060Z","etag":null,"topics":["go","golang"],"latest_commit_sha":null,"homepage":"https://go.dev/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xpdojo.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":"2021-03-24T01:32:10.000Z","updated_at":"2023-02-19T14:19:10.000Z","dependencies_parsed_at":"2022-08-05T21:15:09.557Z","dependency_job_id":null,"html_url":"https://github.com/xpdojo/go","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xpdojo%2Fgo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xpdojo%2Fgo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xpdojo%2Fgo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xpdojo%2Fgo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xpdojo","download_url":"https://codeload.github.com/xpdojo/go/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246458022,"owners_count":20780675,"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":["go","golang"],"created_at":"2024-12-13T12:35:04.216Z","updated_at":"2025-03-31T10:50:44.400Z","avatar_url":"https://github.com/xpdojo.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Go\n\n## Install Go\n\n- [Download](https://golang.org/dl/)\n\n```shell\n\u003e cd /tmp\n\u003e curl -LO https://go.dev/dl/${archive}\n\u003e sudo tar -zxf ${archive} -C /usr/local\n```\n\n```shell\n\u003e vi ~/.bashrc\n\nexport GOROOT=/usr/local/go\nexport GOPATH=$HOME/go\nPATH=$PATH:$GOPATH/bin:$GOROOT/bin\n\n\u003e source ~/.bashrc\n```\n\n```shell\n\u003e go version\ngo version go1.18 linux/amd64\n```\n\n```shell\n\u003e go env\nGOPATH=\"/home/markruler/go\" # ${HOME}/go\nGOROOT=\"/usr/local/go\"\n```\n\n## on Windows\n\n### SDK\n\n![files](images/sdk-files.png)\n\n### System environment variables\n\n![System environment variables](images/system-environment-variables.png)\n\n`GOROOT`, `GOPATH`\n\n![GOPATH](images/goroot-gopath.png)\n\n```shell\nGOPATH = ${HOME}\\go\nGOROOT = C:\\Program Files\\Go\nPath += %GOROOT%\\bin\n\ngo env\n# set GOENV=C:\\Users\\imcxs\\AppData\\Roaming\\go\\env\n# set GOCACHE=C:\\Users\\imcxs\\AppData\\Local\\go-build\n# set GOMODCACHE=C:\\Users\\imcxs\\go\\pkg\\mod\n# set GOPATH=C:\\Users\\imcxs\\go\n# set GOROOT=C:\\Program Files\\Go\n```\n\n## GoLand\n\n![GoLand GOROOT](images/goland-goroot.png)\n\n![GoLand GOPATH](images/goland-gopath.png)\n\n*`${HOME}/go`*\n\n## 실행\n\n```shell\n\u003e go run main.go\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxpdojo%2Fgo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxpdojo%2Fgo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxpdojo%2Fgo/lists"}