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.

9 lines
343 B

9 years ago
  1. ## exedir
  2. Examples of methods for determining the directory path where our executable resides.
  3. - The `kardianos/osext` package is used for reference. The other methods will
  4. require that the executable is located within the OS search path.
  5. - The first alternative utilizes `exec.LookPath` to find the executable within the
  6. OS search path.