mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-07-29 01:19:58 +00:00
TUN-528: Move cloudflared into a separate repo
This commit is contained in:
16
vendor/github.com/equinox-io/equinox/internal/osext/README.md
generated
vendored
Normal file
16
vendor/github.com/equinox-io/equinox/internal/osext/README.md
generated
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
### 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.
|
Reference in New Issue
Block a user