Simplified in-memory execution
All checks were successful
/ test (push) Successful in 22s

This commit is contained in:
Eduard Urbach 2025-07-07 15:13:13 +02:00
parent e01b0b3951
commit b55b582b69
Signed by: akyoto
GPG key ID: 49226B848C78F6C8
4 changed files with 39 additions and 39 deletions

View file

@ -10,7 +10,7 @@ import (
// New creates a new anonymous in-memory file.
func New(name string) (*os.File, error) {
pattern := ""
pattern := "*"
if global.OS == "windows" {
pattern = "*.exe"