plugeth/Godeps/_workspace/src/github.com/kardianos/osext
2015-02-26 02:48:55 +01:00
..
LICENSE Update godeps 2015-02-26 02:48:55 +01:00
osext_plan9.go Update godeps 2015-02-26 02:48:55 +01:00
osext_procfs.go Update godeps 2015-02-26 02:48:55 +01:00
osext_sysctl.go Update godeps 2015-02-26 02:48:55 +01:00
osext_test.go Update godeps 2015-02-26 02:48:55 +01:00
osext_windows.go Update godeps 2015-02-26 02:48:55 +01:00
osext.go Update godeps 2015-02-26 02:48:55 +01:00
README.md Update godeps 2015-02-26 02:48:55 +01:00

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.