stream/mts/encoder.go: put todo under comment for Meta meta.Data global

This commit is contained in:
saxon 2019-02-07 08:31:02 +10:30
parent 7cb58c81eb
commit ad671b520c
1 changed files with 2 additions and 1 deletions

View File

@ -88,9 +88,10 @@ const (
psiSndCnt = 7
)
// TODO: make this not global.
// Meta allows addition of metadata to encoded mts from outside of this pkg.
// See meta pkg for usage.
//
// TODO: make this not global.
var Meta *meta.Data
var (