R=rsc
DELTA=4 (0 added, 0 deleted, 4 changed)
OCL=35983
CL=35983
case s >= KB:
return fmt.Sprintf("%.2fKB", b/KB)
}
- return fmt.Sprintf("%.2fB", b);
+ return fmt.Sprintf("%.2fB", b)
}
</pre>
<p>
GOROOT = HOME + "/go"
}
// GOROOT may be overridden by --goroot flag on command line.
- flag.StringVar(&GOROOT, "goroot", GOROOT, "Go root directory");
+ flag.StringVar(&GOROOT, "goroot", GOROOT, "Go root directory")
}
</pre>