Skip to content

Commit

Permalink
Clean up the doc header on package channel.
Browse files Browse the repository at this point in the history
  • Loading branch information
creachadair committed Nov 12, 2021
1 parent 8ee1caa commit ee7281e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions channel/channel.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Package channel defines a communications channel that can encode/transmit
// and decode/receive data records with a configurable framing discipline, and
// provides some simple framing implementations.
// Package channel defines a basic communications channel.
//
// A Channel encodes/transmits and decodes/receives data records over an
// unstructured stream, using a configurable framing discipline. This package
// provides some basic framing implementations.
//
// Channels
//
Expand Down

0 comments on commit ee7281e

Please sign in to comment.