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