-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started with Tractor Toolkit and golang
Nathan Black edited this page Oct 17, 2021
·
2 revisions
-
Setting Up Tractor's Private Repository Everything you need to know to get Tractor up and running.
-
Tractor Toolkit Developer Guide Everything you need to know to get started using Tractor to build apps.
Tractor toolkit uses golang as it's core. Here are some learning resources to learn Go.
- 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.
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.