We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3dce117 + 1e20614 commit 9b72c77Copy full SHA for 9b72c77
pkg/oelf/OELFGenDynlibData.go
@@ -37,7 +37,7 @@ const (
37
_nidSuffixKey = "518D64A635DED8C1E6B039B1C3E55230"
38
39
// _indexEncodingTable provides the encoding table for module indices that are appended to the end of NIDs.
40
- _indexEncodingTable = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
+ _indexEncodingTable = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+-"
41
)
42
43
// _moduleToLibDictionary contains a mapping of module names to library (prx) paths
0 commit comments