Out类型

Out类型定义如下:

type Out struct {
Dest interface{}
In bool
// contains filtered or unexported fields}

其中Dest 是指向用户提供的变量的指针,In表示该参数是否是INOUT参数。