]> Cypherpunks repositories - gostls13.git/commit
gc: fix import name resolution
authorRuss Cox <rsc@golang.org>
Wed, 16 Dec 2009 00:44:28 +0000 (16:44 -0800)
committerRuss Cox <rsc@golang.org>
Wed, 16 Dec 2009 00:44:28 +0000 (16:44 -0800)
commitc715b58dadfce3647dc33c60c276f1b557f08612
tree1ef45de5d02effe02d63c400bd06eb035e09323d
parent8e2608eca8960819791eb4d89b3028e26a29498d
gc: fix import name resolution

Fixes #403.

R=ken2
https://golang.org/cl/180052
src/cmd/gc/go.y
test/fixedbugs/bug233.go [new file with mode: 0644]