Update path.go

This commit is contained in:
Felix Lange 2025-10-24 17:24:17 +02:00 committed by GitHub
parent 03e8e4b2e2
commit b2e293df23
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,6 +17,8 @@
package common
import (
"errors"
"io/fs"
"os"
"path/filepath"
)