Skip to content
This repository was archived by the owner on Oct 29, 2021. It is now read-only.

Commit b5a53cf

Browse files
committed
Some package level comments
1 parent ac8d963 commit b5a53cf

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

builders.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
* Copyright © 2014 Trevor N. Suarez (Rican7)
55
*/
66

7+
// This file provides builder/factory methods to create a MediaType instance
8+
// from many other types
9+
710
package mediatype
811

912
import (

mediatype.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
* Copyright © 2014 Trevor N. Suarez (Rican7)
55
*/
66

7+
// Package mediatype provides an [Internet] Media Type model and MIME type
8+
// string parser/formatter
79
package mediatype
810

911
import (

mediatype_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
* Copyright © 2014 Trevor N. Suarez (Rican7)
55
*/
66

7+
// Tests for the mediatype package
8+
79
package mediatype
810

911
import (

0 commit comments

Comments
 (0)