Versions in this module Expand all Collapse all v1 v1.0.0 Nov 13, 2015 Changes in this version + var ArrayOfArray = errors.New("Array of Arrays not allowed") + var NotStruct = errors.New("Can not convert non structs") + var UnknownType = errors.New("Unknown type") + func MustToSchema(src interface{}) *bigquery.TableSchema + func ToSchema(src interface{}) (*bigquery.TableSchema, error) + func ToStructs(result *bigquery.QueryResponse, dst interface{}) error