We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15b145e commit 9862c35Copy full SHA for 9862c35
go/gcexportdata/gcexportdata.go
@@ -44,7 +44,7 @@ import (
44
//
45
// Find also returns the package's resolved (canonical) import path,
46
// reflecting the effects of srcDir and vendoring on importPath.
47
-func Find(importPath string, srcDir string) (filename, path string) {
+func Find(importPath, srcDir string) (filename, path string) {
48
return gcimporter.FindPkg(importPath, srcDir)
49
}
50
0 commit comments