terraform/vendor/github.com/kardianos/osext
James Bardin cfa299d2ee Update deps in unknown state and rever nomad
Nomad was manually updated, so revert that to the version in master,
remove it from vendor.json and add it to the ignore list.

Update all packages that were in an unknown state to their latest master
commits.
2017-01-19 20:10:17 -05:00
..
LICENSE Vendor all dependencies w/ Godep 2016-01-29 15:08:48 -06:00
README.md Update deps in unknown state and rever nomad 2017-01-19 20:10:17 -05:00
osext.go Sync the vendor folder with the manifest 2017-01-19 14:10:52 -05:00
osext_plan9.go Vendor all dependencies w/ Godep 2016-01-29 15:08:48 -06:00
osext_procfs.go Vendor all dependencies w/ Godep 2016-01-29 15:08:48 -06:00
osext_sysctl.go Vendor all dependencies w/ Godep 2016-01-29 15:08:48 -06:00
osext_windows.go Vendor all dependencies w/ Godep 2016-01-29 15:08:48 -06:00

README.md

Extensions to the "os" package.

GoDoc

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. 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.