Currently, all function methods look like this: ```go func someMethod (error, int) { ... return err, 0 ``` This is not idiomatic and go and we should change the order such that the error always comes last.