{"id":13615788,"url":"https://github.com/campoy/go-tooling-workshop","last_synced_at":"2025-05-15T10:07:09.780Z","repository":{"id":45359181,"uuid":"95142336","full_name":"campoy/go-tooling-workshop","owner":"campoy","description":"A workshop covering all the tools gophers use in their day to day life","archived":false,"fork":false,"pushed_at":"2018-12-15T13:28:35.000Z","size":18473,"stargazers_count":2787,"open_issues_count":17,"forks_count":183,"subscribers_count":85,"default_branch":"master","last_synced_at":"2025-04-14T16:57:23.285Z","etag":null,"topics":["go","performance","tooling","workshop"],"latest_commit_sha":null,"homepage":null,"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/campoy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-06-22T17:56:11.000Z","updated_at":"2025-04-11T09:40:26.000Z","dependencies_parsed_at":"2022-07-13T21:53:52.708Z","dependency_job_id":null,"html_url":"https://github.com/campoy/go-tooling-workshop","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/campoy%2Fgo-tooling-workshop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/campoy%2Fgo-tooling-workshop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/campoy%2Fgo-tooling-workshop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/campoy%2Fgo-tooling-workshop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/campoy","download_url":"https://codeload.github.com/campoy/go-tooling-workshop/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254319720,"owners_count":22051073,"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","performance","tooling","workshop"],"created_at":"2024-08-01T20:01:17.917Z","updated_at":"2025-05-15T10:07:04.762Z","avatar_url":"https://github.com/campoy.png","language":"Go","funding_links":[],"categories":["Misc","Go","Repositories"],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/campoy/go-tooling-workshop.svg?branch=master)](https://travis-ci.org/campoy/go-tooling-workshop) [![Go Report Card](https://goreportcard.com/badge/github.com/campoy/go-tooling-workshop)](https://goreportcard.com/report/github.com/campoy/go-tooling-workshop)\n\n# Go Tooling in Action\n\nHi, and welcome to \"Go Tooling in Action\". This is a multi hour workshop,\nso get ready for some intense learning!\n\nAfter going through the whole content, you will know about what tools can\nhelp you better write Go code, how to build artifacts from that code, and\nhow to understand the performance of your code once it's running.\n\nYou should be relatively familiar with Go, even though we won't be writing\nmuch code. Maybe it's time to check out the [Go Tour](https://tour.golang.org).\n\nFor a shorter and sweeter version of this workshop, you can watch the video\nthat I made for a conference, and inspired me to create this workshop.\n\n\u003cdiv style=\"text-align:center\"\u003e\n    \u003ca href=\"https://www.youtube.com/watch?v=uBjoTxosSys\"\u003e\n        \u003cimg src=\"https://img.youtube.com/vi/uBjoTxosSys/0.jpg\" alt=\"Go Tooling in Action\"\u003e\n        \u003cp\u003eGo Tooling in Action\u003c/p\u003e\n    \u003c/a\u003e\n\u003c/div\u003e\n\n## Software requirements\n\nTo go through this you will need the following:\n\n1. You have installed the [Go Programming Language](https://golang.org).\n1. We will be using [Visual Studio Code](https://code.visualstudio.com/) it's free and open source.\n1. Finally, we'll also use [delve](https://github.com/derekparker/delve/tree/master/Documentation/installation), so install it now if you think you won't have good WiFi later.\n\nThe rest of the software we'll use is quick to install through `go get`, so\ndo not worry yet.\n\n## Contents\n\nThe workshop is for now composed of three independent sections:\n\n- [1: Source code management](1-source-code/README.md)\n- [2: Building artifacts from code](2-building-artifacts/README.md)\n- [3: Dynamic program analysis](3-dynamic-analysis/README.md)\n\nIn the future one more section might be added regarding monitoring of running\nsystems, but for now that topic is out of the scope of this workshop.\n\n## Issues\n\nThis workshop is very new, so some things might be missing or wrong.\n\nIf you find anything that seems broken, please file an issue. Or even better,\nsend a pull request! You will need to sign a CLA, you'll get the info once\nyou send the PR.\n\n## Resources\n\nThese are places where you can find more information for Go:\n\n- [golang.org](https://golang.org)\n- [godoc.org](https://godoc.org), where you can find the documentation for any package.\n- [The Go Programming Language Blog](https://blog.golang.org)\n\nMy favorite aspect of Go is its community, and you are now part of it too. Welcome!\n\nAs a newcomer to the Go community you might have questions or get blocked at some point.\nThis is completely normal, and we're here to help you.\nSome of the places where gophers tend to hang out are:\n\n- [The Go Forum](https://forum.golangbridge.org/)\n- #go-nuts IRC channel at [Freenode](https://freenode.net/)\n- Gophers’ community on [Slack](https://gophers.slack.com/messages/general/) (signup [here](https://invite.slack.golangbridge.org/) for an account).\n- [@golang](https://twitter.com/golang) and [#golang](https://twitter.com/search?q=%23golang) on Twitter.\n- [Go+ community](https://plus.google.com/u/1/communities/114112804251407510571) on Google Plus.\n- [Go user meetups](https://go-meetups.appspot.com/)\n- golang-nuts [mailing list](https://groups.google.com/forum/?fromgroups#!forum/golang-nuts)\n- Go community [Wiki](https://github.com/golang/go/wiki)\n\n### Disclaimer\n\nThis is not an official Google product (experimental or otherwise), it is just\ncode that happens to be owned by Google.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcampoy%2Fgo-tooling-workshop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcampoy%2Fgo-tooling-workshop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcampoy%2Fgo-tooling-workshop/lists"}