aboutsummaryrefslogtreecommitdiff
path: root/hotline/file_resume_data.go
diff options
context:
space:
mode:
authorJeff Halter <868228+jhalter@users.noreply.github.com>2024-07-19 16:50:28 -0700
committerJeff Halter <868228+jhalter@users.noreply.github.com>2024-07-19 16:50:28 -0700
commit9f89cd9fbbcec9f7f42c87ee0adc21427aab9f1c (patch)
tree35d0a6a1c7c3f875858dca98095adecade289975 /hotline/file_resume_data.go
parent50c837fe10df05b9cc08decb1add122fb935e8fa (diff)
Appease linter
Diffstat (limited to 'hotline/file_resume_data.go')
-rw-r--r--hotline/file_resume_data.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hotline/file_resume_data.go b/hotline/file_resume_data.go
index b5d980e..5dfd2d8 100644
--- a/hotline/file_resume_data.go
+++ b/hotline/file_resume_data.go
@@ -13,7 +13,7 @@ type FileResumeData struct {
ForkCount [2]byte // Length of ForkInfoList. Either 2 or 3 depending on whether file has a resource fork
ForkInfoList []ForkInfoList
- readOffset int
+ //readOffset int // TODO
}
type ForkInfoList struct {