What is (c App) in the next function declaration?
func (c App) SaveSettings(setting string) revel.Result { -------------------------------------------------------------------------------------- func Keyword to define a function (c App) ???? SaveSettings Function name (setting string) Function arguments revel.Result Return type
function syntax go
Ivan
source share