Fix checkFileAndProcess function on FreeBSD (#2128)

This commit is contained in:
Zoltan Papp
2024-06-13 14:40:48 +02:00
committed by GitHub
parent 4fec709bb1
commit a432e8e23a
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
//go:build windows || (linux && !android) || (darwin && !ios)
//go:build windows || (linux && !android) || (darwin && !ios) || freebsd
package system