Open syphoxy opened 9 years ago
Hi,
I will submit a update to Revel official.
Thanks for the reports.
On Sun, Mar 15, 2015 at 4:25 AM, Dario Russo notifications@github.com wrote:
Are there any plans of supporting latest Revel? I realize this code base is a little old.
~GOPATH % go get github.com/golib/hamlengine
github.com/golib/hamlengine
src/github.com/golib/hamlengine/hamlengine.go:20 http://github.com/golib/hamlenginesrc/github.com/golib/hamlengine/hamlengine.go:20: undefined: revel.TemplateEngine
— Reply to this email directly or view it on GitHub https://github.com/golib/hamlengine/issues/1.
Best Regards!
- Spring
thanks a lot for looking at this! would love to use haml templates (your code!) in my project. :)
go get github.com/revel/revel" go get github.com/golib/hamlengine
import ( "github.com/golib/hamlengine" "github.com/revel/revel" )
../../../github.com/golib/hamlengine/hamlengine.go:20: undefined: revel.TemplateEngine
I have not submit the patch to revel. And I could do a patch next week.
Thanks for report.
On Sun, Jul 26, 2015 at 1:20 PM, Paolo Petricevic notifications@github.com wrote:
go get github.com/revel/revel" go get github.com/golib/hamlengine
import ( "github.com/golib/hamlengine" "github.com/revel/revel" ) github.com/golib/hamlengine
../../../github.com/golib/hamlengine/hamlengine.go:20: undefined: revel.TemplateEngine
— Reply to this email directly or view it on GitHub https://github.com/golib/hamlengine/issues/1#issuecomment-124946724.
Best Regards!
- Spring
Are there any plans of supporting latest Revel? I realize this code base is a little old.