Hi, and welcome to "Go Tooling in Action". This is a multi hour workshop,
so get ready for some intense learning!
After going through the whole content, you will know about what tools can
help you better write Go code, how to build artifacts from that code, and
how to understand the performance of your code once it's running.
You should be relatively familiar with Go, even though we won't be writing
much code. Maybe it's time to check out the Go Tour.
For a shorter and sweeter version of this workshop, you can watch the video
that I made for a conference, and inspired me to create this workshop.
Software requirements
To go through this you will need the following:
- You have installed the Go Programming Language.
- We will be using Visual Studio Code it's free and open source.
- Finally, we'll also use delve, so install it now if you think you won't have good WiFi later.
The rest of the software we'll use is quick to install through go get
, so
do not worry yet.
Contents
The workshop is for now composed of three independent sections:
In the future one more section might be added regarding monitoring of running
systems, but for now that topic is out of the scope of this workshop.
Issues
This workshop is very new, so some things might be missing or wrong.
If you find anything that seems broken, please file an issue. Or even better,
send a pull request! You will need to sign a CLA, you'll get the info once
you send the PR.
Resources
These are places where you can find more information for Go:
My favorite aspect of Go is its community, and you are now part of it too. Welcome!
As a newcomer to the Go community you might have questions or get blocked at some point.
This is completely normal, and we're here to help you.
Some of the places where gophers tend to hang out are:
Disclaimer
This is not an official Google product (experimental or otherwise), it is just
code that happens to be owned by Google.