5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-19 21:32:31 +00:00
matterbridge/vendor/github.com/kardianos/osext
2019-01-31 17:06:36 +01:00
..
LICENSE Update vendor 2017-02-18 23:11:48 +01:00
osext_go18.go Update vendor, move to labstack/echo/v4 Fixes #698 2019-01-31 17:06:36 +01:00
osext_plan9.go Update vendor 2017-02-18 23:11:48 +01:00
osext_procfs.go Update vendor, move to labstack/echo/v4 Fixes #698 2019-01-31 17:06:36 +01:00
osext_sysctl.go Update vendor, move to labstack/echo/v4 Fixes #698 2019-01-31 17:06:36 +01:00
osext_windows.go Update vendor 2017-02-18 23:11:48 +01:00
osext.go Update vendor 2017-02-18 23:11:48 +01:00
README.md Use mod vendor for vendored directory (backwards compatible) 2018-08-06 21:47:05 +02:00

Extensions to the "os" package.

GoDoc

Find the current Executable and ExecutableFolder.

As of go1.8 the Executable function may be found in os. The Executable function in the std lib os package is used if available.

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.