mirror of
https://github.com/status-im/status-go.git
synced 2025-01-23 13:11:11 +00:00
5 lines
159 B
Go
5 lines
159 B
Go
|
// Package packagesinternal exposes internal-only fields from go/packages.
|
||
|
package packagesinternal
|
||
|
|
||
|
var GetForTest = func(p interface{}) string { return "" }
|