summaryrefslogtreecommitdiff
path: root/src/os/executable_procfs.go
Commit message (Expand)AuthorAgeFilesLines
* os: add wasip1 supportJohan Brandhorst-Satzkorn2023-04-071-1/+1
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-281-1/+0
* os: depend on Readlink only when necessaryEgon Elbre2021-04-221-8/+13
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* os: do not use procfs for os.Executable in dragonflyAntonio Huete Jimenez2020-10-281-3/+1
* all: remove the nacl port (part 1)Brad Fitzpatrick2019-10-091-1/+1
* os: add js/wasm architectureRichard Musiol2018-06-011-1/+1
* os: on OpenBSD implement Executable using Args[0]Ian Lance Taylor2017-06-171-3/+1
* os: Executable can use /proc/self/exe on androidDavid Crawshaw2016-11-291-1/+1
* os: gofmt -w -sMikio Hara2016-11-151-1/+1
* os: add Executable() (string, error)Shenghou Ma2016-11-071-0/+36