We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63bcb52 commit 0e0426cCopy full SHA for 0e0426c
tee/README.md
@@ -4,7 +4,7 @@ Tee API implements a concurrency pattern, where an input from a singular channel
4
5
### Usage
6
7
-Simply use `tee.NewTee(...)`:
+Simply use [`tee.NewTee(...)`](https://pkg.go.dev/github.com/kiriyms/conpats/tee#NewTee):
8
9
```go
10
in := make(chan int)
0 commit comments