aboutsummaryrefslogtreecommitdiff
path: root/src/os/executable_procfs.go
AgeCommit message (Expand)Author
2024-05-05os: use stringslite.TrimSuffixapocelipes
2023-04-07os: add wasip1 supportJohan Brandhorst-Satzkorn
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-04-22os: depend on Readlink only when necessaryEgon Elbre
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-10-28os: do not use procfs for os.Executable in dragonflyAntonio Huete Jimenez
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2018-06-01os: add js/wasm architectureRichard Musiol
2017-06-17os: on OpenBSD implement Executable using Args[0]Ian Lance Taylor
2016-11-29os: Executable can use /proc/self/exe on androidDavid Crawshaw
2016-11-15os: gofmt -w -sMikio Hara
2016-11-07os: add Executable() (string, error)Shenghou Ma