Top "Revel" questions

A high-productivity web framework for the Go language.

How to add variable to string variable in golang

I'm trying to add a value to a variable string in golang, without use printf because I'm using revel framework …

go revel
How to return dynamic type struct in Golang?

I am using Golang Revel for some web project and I did like 12 projects in that so far. In all …

go revel
Golang pq: syntax error when executing sql

Using revel, golang 1.1.2, gorp, postgres 9.3.2 on heroku Following robfig's List booking example func (c App) ViewPosts(page int) revel.Result { …

sql postgresql go revel
Golang return nil

I am trying to wrap my head around Golang's types and interfaces but am struggling a bit to do so. …

go revel
Iterate Go map get index

In order to use revel's even keyword in templates I would like to get the index of a map entry …

dictionary go go-templates revel
Go JSON decoding is very slow. What would be a better way to do it?

I am using Go, Revel WAF and Redis. I have to store large json data in Redis (maybe 20MB). json.…

json go redis revel