switch reflect.ValueOf(v).Len() {
    case 2:
    break
    case 3:
    break
    default:
    break
}