package id3ed // type File struct { // ContainsV1 bool // ContainsV2 bool // ? // } // func Open(path string) (*File, error) { // return &File{}, nil // }