From df54f040c9ac5db12730cd73ebe27af3b11c454f Mon Sep 17 00:00:00 2001 From: fahed dorgaa Date: Sat, 23 Apr 2022 19:23:45 +0200 Subject: [PATCH] fixes Signed-off-by: fahed dorgaa --- chown.go | 1 - linux_test.go | 1 - rotate_test.go | 1 - 3 files changed, 3 deletions(-) diff --git a/chown.go b/chown.go index 948f989..11d0669 100644 --- a/chown.go +++ b/chown.go @@ -1,4 +1,3 @@ -//go:build !linux // +build !linux package lumberjack diff --git a/linux_test.go b/linux_test.go index 6e0266d..61dff04 100644 --- a/linux_test.go +++ b/linux_test.go @@ -1,4 +1,3 @@ -//go:build linux // +build linux package lumberjack diff --git a/rotate_test.go b/rotate_test.go index 541b3cd..453bf14 100644 --- a/rotate_test.go +++ b/rotate_test.go @@ -1,4 +1,3 @@ -//go:build linux // +build linux package lumberjack