Skip to content

Commit 42df379

Browse files
author
dave.seddon
committed
exportable
1 parent d220e01 commit 42df379

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

trackRTP.go

+6-6
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ const (
8181
)
8282

8383
type TrackIntToStringMap struct {
84-
posMap map[int]string
85-
catMap map[int]string
86-
subCatMap map[int]string
84+
PosMap map[int]string
85+
CatMap map[int]string
86+
SubCatMap map[int]string
8787
}
8888

8989
func NewMaps() *TrackIntToStringMap {
@@ -108,9 +108,9 @@ func NewMaps() *TrackIntToStringMap {
108108
sm[SubCategoryJump] = "Jump"
109109

110110
return &TrackIntToStringMap{
111-
posMap: pm,
112-
catMap: cm,
113-
subCatMap: sm,
111+
PosMap: pm,
112+
CatMap: cm,
113+
SubCatMap: sm,
114114
}
115115
}
116116

0 commit comments

Comments
 (0)