{"id":17495889,"url":"https://github.com/feiskyer/go-examples","last_synced_at":"2025-05-07T09:29:49.169Z","repository":{"id":57625151,"uuid":"70715624","full_name":"feiskyer/go-examples","owner":"feiskyer","description":"Various golang examples.","archived":false,"fork":false,"pushed_at":"2017-07-14T06:49:22.000Z","size":132,"stargazers_count":41,"open_issues_count":0,"forks_count":16,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-19T20:53:48.657Z","etag":null,"topics":["examples","go","kubernetes"],"latest_commit_sha":null,"homepage":"","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/feiskyer.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":"2016-10-12T15:48:35.000Z","updated_at":"2025-02-08T09:48:01.000Z","dependencies_parsed_at":"2022-08-27T10:01:39.350Z","dependency_job_id":null,"html_url":"https://github.com/feiskyer/go-examples","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/feiskyer%2Fgo-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feiskyer%2Fgo-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feiskyer%2Fgo-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feiskyer%2Fgo-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/feiskyer","download_url":"https://codeload.github.com/feiskyer/go-examples/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252850755,"owners_count":21814011,"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":["examples","go","kubernetes"],"created_at":"2024-10-19T14:39:24.286Z","updated_at":"2025-05-07T09:29:49.115Z","avatar_url":"https://github.com/feiskyer.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Go examples\n\n[![Build Status](https://travis-ci.org/feiskyer/go-examples.svg?branch=master)](https://travis-ci.org/feiskyer/go-examples) [![Go Report Card](https://goreportcard.com/badge/github.com/feiskyer/go-examples)](https://goreportcard.com/report/github.com/feiskyer/go-examples)\n\nVarious go examples based on [gobyexample](https://github.com/mmcgrana/gobyexample) with extensions.\n\n- Go basic\n- gRPC\n- Hyper\n- Libvirt client\n- Kubernetes\n- Networking\n- OpenStack client\n- And so on\n\n## Golang install\n\n```sh\ncurl -sL https://storage.googleapis.com/golang/go1.8.3.linux-amd64.tar.gz | tar -C /usr/local -zxf -\nexport GOPATH='/go'\nexport PATH=$GOPATH/bin:/usr/local/go/bin/:$PATH\n```\n\n## Useful tools\n\n* godep: `go get github.com/tools/godep`\n* dep: `go get -u github.com/golang/dep/...`\n* govendor: `go get -u github.com/kardianos/govendor`\n* gometalinter: `go get -u github.com/alecthomas/gometalinter \u0026\u0026 gometalinter --install`\n* [go-pry](https://github.com/d4l3k/go-pry): An interactive REPL for Go, `go get github.com/d4l3k/go-pry`.\n* [gophernotes](https://github.com/gopherdata/gophernotes): Go in Notebooks.\n  - `go get golang.org/x/tools/cmd/goimports`\n  - `go get -tags zmq_4_x github.com/gopherds/gophernotes`\n  - `mkdir -p ~/Library/Jupyter/kernels/gophernotes`\n  - `cp -r $GOPATH/src/github.com/gopherds/gophernotes/kernel/* ~/Library/Jupyter/kernels/gophernotes`\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffeiskyer%2Fgo-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffeiskyer%2Fgo-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffeiskyer%2Fgo-examples/lists"}