k3s/vendor/github.com/kardianos/osext
Jordan Liggitt d0261b1077 generated: hack/update-vendor.sh 2019-04-03 10:19:40 -04:00
..
BUILD Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
LICENSE
README.md
osext.go generated: hack/update-vendor.sh 2019-04-03 10:19:40 -04:00
osext_plan9.go
osext_procfs.go
osext_sysctl.go
osext_windows.go

README.md

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.

Multi-platform and supports:

  • Linux
  • OS X
  • Windows
  • Plan 9
  • BSDs.