forked from cerc-io/plugeth
.. | ||
LICENSE | ||
osext_plan9.go | ||
osext_procfs.go | ||
osext_sysctl.go | ||
osext_test.go | ||
osext_windows.go | ||
osext.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.