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. 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 package meta
import ( import (

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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