github.com/anacrolix/torrent@v1.61.0/metainfo/bep47.go (about) 1 package metainfo 2 3 // See BEP 47. This is common to both Info and FileInfo. 4 type ExtendedFileAttrs struct { 5 Attr string `bencode:"attr,omitempty" json:"attr,omitempty"` 6 SymlinkPath []string `bencode:"symlink path,omitempty" json:"symlink path,omitempty"` 7 Sha1 string `bencode:"sha1,omitempty" json:"sha1,omitempty"` 8 }