summaryrefslogtreecommitdiff
path: root/src/os/executable_procfs.go
Commit message (Expand)AuthorAgeFilesLines
* 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