Move suicide function to utils.go

This commit is contained in:
volkmnv 2025-10-20 14:46:38 +02:00
parent 384188353d
commit 0c26c71e4f
2 changed files with 2 additions and 0 deletions

View file

@ -1,3 +1,5 @@
//go:build !windows
package artifactcache
import "syscall"