summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/kardianos/osext/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/kardianos/osext/README.md')
-rw-r--r--vendor/github.com/kardianos/osext/README.md16
1 files changed, 0 insertions, 16 deletions
diff --git a/vendor/github.com/kardianos/osext/README.md b/vendor/github.com/kardianos/osext/README.md
deleted file mode 100644
index 61350baba..000000000
--- a/vendor/github.com/kardianos/osext/README.md
+++ /dev/null
@@ -1,16 +0,0 @@
-### Extensions to the "os" package.
-
-## Find the current Executable and ExecutableFolder.
-
-There is sometimes utility in finding the current executable file
-that is running. This can be used for upgrading the current executable
-or finding resources located relative to the executable file. Both
-working directory and the os.Args[0] value are arbitrary and cannot
-be relied on; os.Args[0] can be "faked".
-
-Multi-platform and supports:
- * Linux
- * OS X
- * Windows
- * Plan 9
- * BSDs.