From 981a950e27fcc8a8cac625ca8584ca4ac6db302b Mon Sep 17 00:00:00 2001 From: nikandfor Date: Wed, 17 Jan 2024 01:04:25 +0100 Subject: [PATCH] linter --- safe.go | 4 ++-- safe_multi.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/safe.go b/safe.go index b0fde5c..a6c3ed0 100644 --- a/safe.go +++ b/safe.go @@ -6,11 +6,11 @@ type ( Batch[Res any] struct { c *Coordinator[Res] - noCopy noCopy + noCopy noCopy //nolint:unused state byte } - noCopy struct{} + noCopy struct{} //nolint:unused ) const ( diff --git a/safe_multi.go b/safe_multi.go index 000743d..64272ca 100644 --- a/safe_multi.go +++ b/safe_multi.go @@ -8,7 +8,7 @@ type ( coach int - noCopy noCopy + noCopy noCopy //nolint:unused state byte } )