v0.11.4
Fix uppercase method input/return arguments in server code too (#23) Follow up for #22. This change matches the TypeScript generator: https://github.com/webrpc/gen-typescript/blob/master/types.go.tmpl#L51-L63 Given the following schema: service ExampleService - GetUser(UserID: uint64) => (USER: User) The golang generator wrongly generated "userID" and "uSER" arguments over JSON.