1
0
mirror of https://github.com/golang/go synced 2024-11-19 16:04:48 -07:00

go/build: make Nuke comment say what it does

R=rsc
CC=golang-dev
https://golang.org/cl/4697041
This commit is contained in:
Alex Brainman 2011-07-12 13:08:22 +10:00
parent 87d71a3815
commit 05c89edcd3

View File

@ -182,7 +182,7 @@ func (s *Script) Clean() (err os.Error) {
return
}
// Clean removes the Script's Intermediate and Output files.
// Nuke removes the Script's Intermediate and Output files.
// It tries to remove every file and returns the first error it encounters.
func (s *Script) Nuke() (err os.Error) {
// Reverse order so that directories get removed after the files they contain.