From a72ca265dc45135cfd2f8563684ecaa0992d7150 Mon Sep 17 00:00:00 2001 From: guanren Date: Fri, 18 Oct 2024 13:26:02 +0800 Subject: [PATCH] .... --- fileutil/file.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/fileutil/file.go b/fileutil/file.go index 7921f46..cb72c19 100644 --- a/fileutil/file.go +++ b/fileutil/file.go @@ -1,6 +1,3 @@ -//go:build windows -// +build windows - // Copyright 2021 dudaodong@gmail.com. All rights reserved. // Use of this source code is governed by MIT license.