package cp type Table struct { } // func NewTable(fileName string) (_ CPReader, err error) { // return CPReader{}.NewReader(fileName) // }