1
0
mirror of https://github.com/golang/go synced 2024-11-22 03:44:39 -07:00

misc/dashboard/builder: fix comment in http.go

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5534074
This commit is contained in:
Olivier Duperray 2012-01-11 13:23:33 -08:00 committed by Russ Cox
parent 836a517f69
commit 014c342b1e

View File

@ -145,7 +145,7 @@ func packages() (pkgs []string, err error) {
*/
}
// updatePackage sends package build results and info dashboard
// updatePackage sends package build results and info to the dashboard
func (b *Builder) updatePackage(pkg string, ok bool, buildLog, info string) error {
return nil
/* TODO(adg): un-stub this once the new package builder design is done