./devel/go-osext, Extensions to the standard os package

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2018Q4, Version: 0.0.20151222nb6, Package name: go-osext-0.0.20151222nb6, Maintainer: pkgsrc-users

Extensions to the "os" package.
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.


Required to build:
[lang/go111] [pkgtools/cwrappers]

Master sites:


Version history: (Expand)


CVS history: (Expand)


   2019-02-08 13:03:20 by S.P.Zeidler | Files touched by this commit (141) | Package updated
Log message:
revbump go dependents after lang/go111 and lang/go110 updates