- Notifications
You must be signed in to change notification settings - Fork183
A workshop covering all the tools gophers use in their day to day life
License
campoy/go-tooling-workshop
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 canhelp you better write Go code, how to build artifacts from that code, andhow to understand the performance of your code once it's running.
You should be relatively familiar with Go, even though we won't be writingmuch code. Maybe it's time to check out theGo Tour.
For a shorter and sweeter version of this workshop, you can watch the videothat I made for a conference, and inspired me to create this workshop.
To go through this you will need the following:
- You have installed theGo Programming Language.
- We will be usingVisual Studio Code it's free and open source.
- Finally, we'll also usedelve, 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 throughgo get
, sodo not worry yet.
The workshop is for now composed of three independent sections:
In the future one more section might be added regarding monitoring of runningsystems, but for now that topic is out of the scope of this workshop.
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 onceyou send the PR.
These are places where you can find more information for Go:
- golang.org
- godoc.org, where you can find the documentation for any package.
- The Go Programming Language Blog
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:
- The Go Forum
- #go-nuts IRC channel atFreenode
- Gophers’ community onSlack (signuphere for an account).
- @golang and#golang on Twitter.
- Go+ community on Google Plus.
- Go user meetups
- golang-nutsmailing list
- Go communityWiki
This is not an official Google product (experimental or otherwise), it is justcode that happens to be owned by Google.
About
A workshop covering all the tools gophers use in their day to day life
Topics
Resources
License
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.