Skip to content

Getting Started with Tractor Toolkit and golang

Nathan Black edited this page Oct 17, 2021 · 2 revisions

Tractor Resources

Go Resources

Tractor toolkit uses golang as it's core. Here are some learning resources to learn Go.

Tours and Tutorials

Reference sheets

  • Go Cheatsheet This is a great quick reference sheet, with links to Go By Example to fill in the gaps.
  • Go By Example A quality set of "how to use this feature of the language" examples.

Learning platforms

These are nice because they have everything set up already, you don't have to do any installs, and you can work from anywhere.

  • Replit Easy to use and get up and running, but you need to bring your own learning material to the table.
  • Exercism's Go Track They have an excellent golang track. You can complete exercises in browser and on you own machine. It is still in development so there are some rocky spots, but overall recommended.