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

typo in message

R=ken
OCL=27621
CL=27621
This commit is contained in:
Rob Pike 2009-04-19 21:12:48 -07:00
parent f83f245c8c
commit f1820b50ff

View File

@ -32,6 +32,6 @@ func main() {
m, h, s := f3();
}
if x() != "3" {
println("g() failed");
println("x() failed");
}
}