From 3ac1ee16f377d31a0fb80c8dae28b6239ac4229e Mon Sep 17 00:00:00 2001 From: Terin Stock Date: Sun, 9 Mar 2025 17:47:56 +0100 Subject: [chore] remove vendor --- .../github.com/dsoprea/go-utility/v2/filesystem/common.go | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 vendor/github.com/dsoprea/go-utility/v2/filesystem/common.go (limited to 'vendor/github.com/dsoprea/go-utility/v2/filesystem/common.go') diff --git a/vendor/github.com/dsoprea/go-utility/v2/filesystem/common.go b/vendor/github.com/dsoprea/go-utility/v2/filesystem/common.go deleted file mode 100644 index 256333d40..000000000 --- a/vendor/github.com/dsoprea/go-utility/v2/filesystem/common.go +++ /dev/null @@ -1,15 +0,0 @@ -package rifs - -import ( - "os" - "path" -) - -var ( - appPath string -) - -func init() { - goPath := os.Getenv("GOPATH") - appPath = path.Join(goPath, "src", "github.com", "dsoprea", "go-utility", "filesystem") -} -- cgit v1.2.3