Exercise in determining from whence we came.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jimi 2d4ea53126 Initial commit 9 years ago
README.md Initial commit 9 years ago
main.go Initial commit 9 years ago

README.md

exedir

Examples of methods for determining the directory path where our executable resides.

  • The kardianos/osext package is used for reference. The other methods will require that the executable is located within the OS search path.

  • The first alternative utilizes exec.LookPath to find the executable within the OS search path.