At this moment Connection.Call() == Connection.Call16(). To change the default Call behavior from Call16 to Call17, a user can use the build tag: ``` go_tarantool_call_17 ``` It would be great to remove this tag and make Call() == Call17() by default.