diff options
Diffstat (limited to 'vendor/github.com/dsoprea/go-utility/v2/filesystem/common.go')
-rw-r--r-- | vendor/github.com/dsoprea/go-utility/v2/filesystem/common.go | 15 |
1 files changed, 0 insertions, 15 deletions
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") -} |