Change-Id: I64e05a1f768cb57194506021bb7fdca0ad19bf1c
Reviewed-on: https://go-review.googlesource.com/c/go/+/168461
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
package main
import (
- "testplugin/iface_i"
"log"
"plugin"
+
+ "testplugin/iface_i"
)
func main() {
import "C"
import (
- "testplugin/common"
"reflect"
+
+ "testplugin/common"
)
func F() int {
// void cfunc() {} // uses cgo_topofstack
import (
- "testplugin/common"
"reflect"
"strings"
+
+ "testplugin/common"
)
func init() {
package main
import (
- "testshared/depBase"
"os"
"reflect"
"runtime"
+
+ "testshared/depBase"
)
// Having a function declared in the main package triggered