]> Cypherpunks repositories - gostls13.git/commit
path/filepath: better documentation for WalkFunc
authorRob Pike <r@golang.org>
Wed, 17 Oct 2012 05:00:09 +0000 (16:00 +1100)
committerRob Pike <r@golang.org>
Wed, 17 Oct 2012 05:00:09 +0000 (16:00 +1100)
commitec1ef16cea9b9e9dd671fa30ff2d4546ec6c1dac
tree32c6d8eec1a4f86cd46d118ccf3611e9571a8d65
parent8c2b131cd11cde8b8d3008e22604b366694fb083
path/filepath: better documentation for WalkFunc
Define the properties of the arguments better. In particular,
explain that the path is (sort of) relative to the argument to
Walk.

Fixes #4119.

R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/6721048
src/pkg/path/filepath/path.go