From d7a930b4599113ca395b8c0c26e534ae552386ba Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Wed, 21 May 2025 12:44:23 +1000 Subject: [PATCH] Extra comment for File.Path --- file.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/file.go b/file.go index e3739724..6a168aa3 100644 --- a/file.go +++ b/file.go @@ -2,6 +2,7 @@ package torrent import ( "github.com/RoaringBitmap/roaring" + g "github.com/anacrolix/generics" "github.com/anacrolix/missinggo/v2/bitmap" @@ -39,7 +40,7 @@ func (f *File) FileInfo() metainfo.FileInfo { return f.fi } -// The file's path components joined by '/'. +// The file's path components including the directory name joined by '/'. func (f *File) Path() string { return f.path } -- 2.51.0