]> Cypherpunks repositories - gostls13.git/commit
cmd/go: only try to clean executables for package main
authorAndrew Gerrand <adg@golang.org>
Mon, 19 Aug 2013 06:22:33 +0000 (16:22 +1000)
committerAndrew Gerrand <adg@golang.org>
Mon, 19 Aug 2013 06:22:33 +0000 (16:22 +1000)
commit2f6e9a1e243c64f22d0f0542a05343bacf6d580b
tree45d5fb9f3e12196f9bed48392b70b285d1a3ba58
parentc974b8b6ac01df39fb436995939503febb9190ef
cmd/go: only try to clean executables for package main

Fixes #5665.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/12807044
src/cmd/go/clean.go