From 7cd900d61edbd6d322db3cecb913adf574389320 Mon Sep 17 00:00:00 2001 From: Jeff Halter <868228+jhalter@users.noreply.github.com> Date: Mon, 20 Jun 2022 20:14:32 -0700 Subject: Add initial support for resource and info forks --- hotline/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hotline/client.go') diff --git a/hotline/client.go b/hotline/client.go index 3676560..3a6584a 100644 --- a/hotline/client.go +++ b/hotline/client.go @@ -119,7 +119,7 @@ func (db *DebugBuffer) Write(p []byte) (int, error) { return db.TextView.Write(p) } -// Sync is a noop function that exists to satisfy the zapcore.WriteSyncer interface +// Sync is a noop function that dataFile to satisfy the zapcore.WriteSyncer interface func (db *DebugBuffer) Sync() error { return nil } -- cgit