1
0
mirror of https://github.com/golang/go synced 2024-11-21 20:54:45 -07:00

minor manual format corrections

R=rsc
https://golang.org/cl/172042
This commit is contained in:
Robert Griesemer 2009-12-09 16:54:24 -08:00
parent 295ceb4526
commit 2e4334eb3a
2 changed files with 1 additions and 3 deletions

View File

@ -200,7 +200,6 @@ var (
func (t *uintType) compat(o Type, conv bool) bool {
t2, ok := o.lit().(*uintType);
return ok && t == t2;
;
}
func (t *uintType) lit() Type { return t }

View File

@ -51,8 +51,7 @@ var googleaddrs = []string{
"[0:0:0:0:0000:ffff:74.125.19.99]:80",
"[0:0:0:0:000000:ffff:74.125.19.99]:80",
"[0:0:0:0:0:ffff::74.125.19.99]:80",
"[2001:4860:0:2001::68]:80" // ipv6.google.com; removed if ipv6 flag not set
,
"[2001:4860:0:2001::68]:80", // ipv6.google.com; removed if ipv6 flag not set
}
func TestDialGoogle(t *testing.T) {