Ensure Getting Started guide is error free
Author: Laur1nMartinsCreated Oct 10, 2020Updated Apr 13, 2022
Labelstopic-docseffort-hourspriority-must
Following the getting started (https://revel.github.io/tutorial/gettingstarted.html) leads to a stackoverflow on routes.go:573. This is caused by the default routes file including the testrunner module which is not downloaded when following the getting started guide.
go get github.com/revel/modules fixes this error.
Source: revel/revel