Skip to content

Commit

Permalink
Remove dot import recommendation
Browse files Browse the repository at this point in the history
  • Loading branch information
benjivesterby committed Oct 7, 2022
1 parent d9326a4 commit d657b81
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions stream.go
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
// Package stream provides a set of generic functions for working concurrent
// design patterns in Go.
//
// It is recommended to use the package via the following import:
//
// import . "go.atomizer.io/stream"
//
// Using the `.` import allows for functions to be called directly as if
// the functions were in the same namespace without the need to append
// the package name.
package stream

import (
Expand Down

0 comments on commit d657b81

Please sign in to comment.