From 2edd4fffd989cef165699fbb0d3d1a672c2ae8ea Mon Sep 17 00:00:00 2001 From: NoahLan <6995syu@163.com> Date: Thu, 13 Jul 2023 09:52:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dnfs=E4=B8=ADCloseOnExe?= =?UTF-8?q?c=E5=9C=A8linux=E7=B3=BB=E7=BB=9F=E4=B8=8B=E9=87=8D=E5=A4=8D?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nfs/{fn.go => util_win.go} | 2 ++ 1 file changed, 2 insertions(+) rename nfs/{fn.go => util_win.go} (86%) diff --git a/nfs/fn.go b/nfs/util_win.go similarity index 86% rename from nfs/fn.go rename to nfs/util_win.go index 9b334fa..3afa728 100644 --- a/nfs/fn.go +++ b/nfs/util_win.go @@ -1,3 +1,5 @@ +//go:build windows + package nfs import "os"