Like Tour of Go but you can use other language
- Update the content in tour/_content folder
- Add new lessons in
tour/_content/tour
- Update some JS files. Checkout the part with MODIFYME inside
_content
folder:grep -R -w MODIFYME tour/_content
- Add new lessons in
- Run the tour server:
go run main.go
The code is from https://github.com/golang/website