diff options
| author | Brad Fitzpatrick <bradfitz@golang.org> | 2019-10-08 19:19:13 +0000 |
|---|---|---|
| committer | Brad Fitzpatrick <bradfitz@golang.org> | 2019-10-09 06:14:44 +0000 |
| commit | a38a917aee626a9b9d5ce2b93964f586bf759ea0 (patch) | |
| tree | b5259bc8fc8ad6b7955a3c04aba1b21053cfb30c /src/os/executable.go | |
| parent | 2197321db1dd997165c0091ba2bcb3b6be7633d0 (diff) | |
| download | go-a38a917aee626a9b9d5ce2b93964f586bf759ea0.tar.xz | |
all: remove the nacl port (part 1)
You were a useful port and you've served your purpose.
Thanks for all the play.
A subsequent CL will remove amd64p32 (including assembly files and
toolchain bits) and remaining bits. The amd64p32 removal will be
separated into its own CL in case we want to support the Linux x32 ABI
in the future and want our old amd64p32 support as a starting point.
Updates #30439
Change-Id: Ia3a0c7d49804adc87bf52a4dea7e3d3007f2b1cd
Reviewed-on: https://go-review.googlesource.com/c/go/+/199499
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Diffstat (limited to 'src/os/executable.go')
| -rw-r--r-- | src/os/executable.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/os/executable.go b/src/os/executable.go index 17eed10bc9..cc3134af1c 100644 --- a/src/os/executable.go +++ b/src/os/executable.go @@ -15,8 +15,6 @@ package os // // The main use case is finding resources located relative to an // executable. -// -// Executable is not supported on nacl. func Executable() (string, error) { return executable() } |
