]> Cypherpunks repositories - gostls13.git/commit
[dev.link] cmd/internal/goobj: replace `"".` with package prefix in newobj mode
authorCherry Zhang <cherryyz@google.com>
Wed, 9 Oct 2019 19:53:03 +0000 (15:53 -0400)
committerCherry Zhang <cherryyz@google.com>
Thu, 10 Oct 2019 22:05:44 +0000 (22:05 +0000)
commit0108b54a3d6d53d13bc5cb935e3a79121b7ee49e
treefdad4fa6c0655b502ce7fa9b4c74d827f7e64896
parentffca64dcf35e6298d25c87f3ab42c182c355c268
[dev.link] cmd/internal/goobj: replace `"".` with package prefix in newobj mode

This is the behavior of the old code. Do the same.

Change-Id: I3d393d754dcbdb7e76a577252a94214d2e316651
Reviewed-on: https://go-review.googlesource.com/c/go/+/200159
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
src/cmd/internal/goobj/readnew.go