From 186ead1408e1088f6583919922627eba21a231f3 Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Mon, 19 Jan 2026 00:57:08 +0900 Subject: [PATCH] fix build --- fs_root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs_root.go b/fs_root.go index 6149cb9..29ecd60 100644 --- a/fs_root.go +++ b/fs_root.go @@ -1,4 +1,4 @@ -//go:build !openbsd +//go:build windows package main