mirror of
https://github.com/golang/go
synced 2024-11-22 03:14:41 -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:
parent
836a517f69
commit
014c342b1e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user