TODO
This commit is contained in:
parent
a11df82349
commit
902e40dd67
|
@ -19,6 +19,7 @@ type Info struct {
|
|||
Name string `bencode:"name"`
|
||||
Length int64 `bencode:"length,omitempty"`
|
||||
Private *bool `bencode:"private,omitempty"`
|
||||
// TODO: Document this field.
|
||||
Source string `bencode:"source,omitempty"`
|
||||
Files []FileInfo `bencode:"files,omitempty"`
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue