{"id":19874112,"url":"https://github.com/pythoninthegrass/cloudguru_golang","last_synced_at":"2025-07-01T10:34:14.299Z","repository":{"id":85073705,"uuid":"389510720","full_name":"pythoninthegrass/cloudguru_golang","owner":"pythoninthegrass","description":null,"archived":false,"fork":false,"pushed_at":"2021-07-26T04:49:04.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-11T16:50:21.404Z","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/pythoninthegrass.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":"2021-07-26T04:47:58.000Z","updated_at":"2021-07-26T04:49:06.000Z","dependencies_parsed_at":"2023-03-08T20:00:53.951Z","dependency_job_id":null,"html_url":"https://github.com/pythoninthegrass/cloudguru_golang","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/pythoninthegrass%2Fcloudguru_golang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pythoninthegrass%2Fcloudguru_golang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pythoninthegrass%2Fcloudguru_golang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pythoninthegrass%2Fcloudguru_golang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pythoninthegrass","download_url":"https://codeload.github.com/pythoninthegrass/cloudguru_golang/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241301728,"owners_count":19940697,"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-11-12T16:21:47.170Z","updated_at":"2025-03-01T01:22:56.438Z","avatar_url":"https://github.com/pythoninthegrass.png","language":"Go","readme":"# System Tooling with Go\n\n(Loosely) follows the [A Cloud Guru](https://acloud.guru/overview/cc84a84e-c461-4935-90a2-f2127431b855) course by Keith Thompson.\n\n## Setup\n* Set env vars in `~/.bashrc`\n```bash\n# PATH\nexport GOPATH=\"${HOME}/go\"\nexport GOROOT=\"${HOME}/.go\"\nexport PATH=\"$GOPATH/bin:$PATH\"\n\n# go\n# https://stackoverflow.com/a/67930263\nexport GO111MODULE=auto\n```\n\n* Install `g` then select latest go version\n```bash\ncurl -sSL https://git.io/g-install | sh -s\n```\n\n## Hello, world!\nVia [Digital Ocean](https://www.digitalocean.com/community/tutorials/how-to-build-and-install-go-programs)\n```bash\n# Run with temp binary\n$ go run hello.go\nHello, World!\n\n# Compile for realsies\n$ go build -o hello\n$ ./hello\nHello, World!\n\n# Move to compiled directory\n$ mv hello ../bin\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpythoninthegrass%2Fcloudguru_golang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpythoninthegrass%2Fcloudguru_golang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpythoninthegrass%2Fcloudguru_golang/lists"}