From 9f89cd9fbbcec9f7f42c87ee0adc21427aab9f1c Mon Sep 17 00:00:00 2001 From: Jeff Halter <868228+jhalter@users.noreply.github.com> Date: Fri, 19 Jul 2024 16:50:28 -0700 Subject: Appease linter --- hotline/file_resume_data.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hotline/file_resume_data.go') 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 { -- cgit