aboutsummaryrefslogtreecommitdiff
path: root/src/os/path_unix.go
AgeCommit message (Expand)Author
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2019-04-15os: don't treat RemoveAll("/x") as RemoveAll("x")Ian Lance Taylor
2019-03-15os: consistently return PathError from RemoveAllBaokun Lee
2018-10-31os: add support for long path names on unix RemoveAllOliver Stenbom
2018-10-30Revert "os: add support for long path names on unix RemoveAll"Katie Hockman
2018-10-30os: add support for long path names on unix RemoveAllOliver Stenbom
2018-10-11os: add AIX operating systemClément Chigot
2018-06-01os: add js/wasm architectureRichard Musiol
2018-02-23path: use OS-specific function in MkdirAll, don't always keep trailing slashIan Lance Taylor
2016-08-16os: consolidate filesHiroshi Ioka
2015-03-18all: use "reports whether" in place of "returns true if(f)"Josh Bleecher Snyder
2014-09-08build: move package sources from src/pkg to srcRuss Cox