terraform/vendor/github.com/kardianos/osext
Radek Simko 48c5841550
vendor: github.com/kardianos/osext@2bc1f35cddc0
2019-02-22 22:16:33 +00:00
..
LICENSE Vendor all dependencies w/ Godep 2016-01-29 15:08:48 -06:00
README.md vendor: update github.com/kardianos/osext 2018-12-04 10:52:32 -08:00
go.mod vendor: github.com/kardianos/osext@2bc1f35cddc0 2019-02-22 22:16:33 +00:00
osext.go Sync the vendor folder with the manifest 2017-01-19 14:10:52 -05:00
osext_go18.go vendor: update github.com/kardianos/osext 2018-12-04 10:52:32 -08:00
osext_plan9.go vendor: update github.com/kardianos/osext 2018-12-04 10:52:32 -08:00
osext_procfs.go vendor: update github.com/kardianos/osext 2018-12-04 10:52:32 -08:00
osext_sysctl.go vendor: update github.com/kardianos/osext 2018-12-04 10:52:32 -08:00
osext_windows.go vendor: update github.com/kardianos/osext 2018-12-04 10:52:32 -08:00

README.md

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.