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