k3s/vendor/github.com/kardianos/osext
Jeff Grafton efee0704c6 Autogenerate BUILD files 2017-12-23 13:12:11 -08:00
..
BUILD Autogenerate BUILD files 2017-12-23 13:12:11 -08:00
LICENSE
README.md
osext.go
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.