Skip to content

Commit cd193f6

Browse files
committed
chann: make sure to use correct import path
1 parent e4e5184 commit cd193f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chann.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
// See https://golang.design/research/ultimate-channel to understand
4444
// the motivation of providing this package and the possible use cases
4545
// with this package.
46-
package chann
46+
package chann // import "golang.design/x/chann"
4747

4848
import (
4949
"sync/atomic"

0 commit comments

Comments
 (0)