bep47.go 264 B

12345678
  1. package metainfo
  2. // See BEP 47. This is common to both Info and FileInfo.
  3. type ExtendedFileAttrs struct {
  4. Attr string `bencode:"attr,omitempty"`
  5. SymlinkPath []string `bencode:"symlink path,omitempty"`
  6. Sha1 string `bencode:"sha1,omitempty"`
  7. }