comtainer: mts: package level comments

This commit is contained in:
Ella Pietraroia 2020-03-12 15:36:28 +10:30
parent 75b509be48
commit 945bc61a26
9 changed files with 14 additions and 1 deletions

View File

@ -22,6 +22,8 @@ LICENSE
along with revid in gpl.txt. If not, see http://www.gnu.org/licenses.
*/
// Package meta provides functions for adding to, modifying and reading
// metadata, as well as encoding and decoding functions.
package meta
import (

View File

@ -1,6 +1,7 @@
/*
NAME
pes.go -
DESCRIPTION
See Readme.md

View File

@ -1,6 +1,6 @@
/*
NAME
mpegts_test.go
pes_test.go
DESCRIPTION
See Readme.md
@ -26,6 +26,7 @@ LICENSE
along with revid in gpl.txt. If not, see http://www.gnu.org/licenses.
*/
// Package pes provides encoding of PES packets.
package pes
import (

View File

@ -25,6 +25,7 @@ LICENSE
along with revid in gpl.txt. If not, see http://www.gnu.org/licenses.
*/
// Package psi provides encoding of PSI packets.
package psi
import (

View File

@ -25,6 +25,7 @@ LICENSE
along with revid in gpl.txt. If not, see http://www.gnu.org/licenses.
*/
// Package psi provides encoding of PSI packets.
package psi
import (

View File

@ -1,6 +1,7 @@
/*
NAME
helpers.go
DESCRIPTION
helpers.go provides functionality for editing and reading bytes slices
directly in order to insert/read timestamp and location data in psi.
@ -25,6 +26,7 @@ LICENSE
along with revid in gpl.txt. If not, see http://www.gnu.org/licenses.
*/
// Package psi provides encoding of PSI packets.
package psi
import (

View File

@ -1,6 +1,7 @@
/*
NAME
psi.go
DESCRIPTION
See Readme.md

View File

@ -1,6 +1,7 @@
/*
NAME
psi_test.go
DESCRIPTION
See Readme.md
@ -24,6 +25,7 @@ LICENSE
along with revid in gpl.txt. If not, see http://www.gnu.org/licenses.
*/
// Package psi provides encoding of PSI packets.
package psi
import (

View File

@ -1,6 +1,7 @@
/*
NAME
std.go
DESCRIPTION
See Readme.md
@ -24,6 +25,7 @@ LICENSE
along with revid in gpl.txt. If not, see http://www.gnu.org/licenses.
*/
// Package psi provides encoding of PSI packets.
package psi
const (