为什么Revel Web框架教程应用程序不起作用

I'm a beginner in Go and I want to use the revel web framework to develop web applications.

I followed the tutorial to install and test revel from: http://revel.github.io/tutorial/index.html

But when I run the revel run myapp command and go to http://localhost:9000/, the page shows an error that says:

Server Error: Template Execution Error (in app/index.html:23): "footer.html" is an incomplete or empty template

Additionally, an error occurred when rendering the error page: html/template:errors/500.html: "errors/500.html" is an incomplete or empty template

I tried to remove the sentence:

{{ template "footer.html" .}}

Now it works, but this is not a real solution to the problem.

Has somebody else had this problem before ?

You need to install a newer Go version 1.2 (not 1.1.2).
Here is a small tutorial for Ubuntu.