aboutsummaryrefslogtreecommitdiff
path: root/src/path/filepath/example_unix_test.go
AgeCommit message (Expand)Author
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-08-19path,path/filepath: add Join examples with ".." componentsAndrew Ekstedt
2019-03-25path/filepath: add examples for Base, Dir and IsAbsHasan Ozgan
2018-10-24path/filepath: add example for MatchAurélien Rainone
2018-07-17path/filepath: make Walk example runnable in the playgroundMostyn Bramley-Moore
2018-03-26path/filepath: change example to print the correct path on failureErwin Oegema
2017-09-27path/filepath: add example for WalkJean-Francois Cantin
2016-04-03path, path/filepath: add Join example with joined rooted pathRuss Cox
2015-11-17path/filepath: include the original paths in error messagesMohit Agarwal
2015-02-20path/filepath: add example for filepath.SplitAndrew Gerrand
2014-09-08build: move package sources from src/pkg to srcRuss Cox