Skip to content

Commit

Permalink
Remove old mentions of generator
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacalz committed Jan 8, 2025
1 parent c0d8456 commit d40c6c5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions internal/async/doc.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:generate go run gen.go

// Package async provides unbounded channel and queue structures that are
// designed for caching unlimited number of a concrete type. For better
// performance, a given type should be less or euqal than 16 bytes.
Expand All @@ -17,6 +15,4 @@
// speed constantly. However, such a channel may be fairly used for event
// delivering if the consumer of the channel consumes the incoming
// forever, such as even processing.
//
// This package involves code generators, see gen.go for more details.
package async

0 comments on commit d40c6c5

Please sign in to comment.