Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | all: gofmt -w -r 'interface{} -> any' src | Russ Cox | 2021-12-13 | 1 | -1/+1 |
* | all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) | Russ Cox | 2021-10-28 | 1 | -1/+0 |
* | all: go fmt std cmd (but revert vendor) | Russ Cox | 2021-02-20 | 1 | -2/+2 |
* | os: fix race between file I/O and Close | Ian Lance Taylor | 2017-04-25 | 1 | -2/+0 |
* | os: add ErrClosed, return for use of closed File | Dan Caddigan | 2016-10-24 | 1 | -0/+2 |
* | os: consolidate files | Hiroshi Ioka | 2016-08-16 | 1 | -0/+4 |
* | os: reduce allocations in Readdir on unix | Taru Karttunen | 2015-10-30 | 1 | -0/+27 |