mirror of
https://github.com/status-im/status-go.git
synced 2025-01-23 13:11:11 +00:00
Jakub Sokołowski
cca47ef6e1
This resolves a dependency conflict we have with MatterBridge which was using a newer version of the same package. This resulted in a JSON marshalling bug that would crash the bridge. Signed-off-by: Jakub Sokołowski <jakub@status.im>
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 "" }
|