Skip to content

Commit 0e0426c

Browse files
committed
feat: add documentation link to pkg.go.dev in Tee README
1 parent 63bcb52 commit 0e0426c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tee/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tee API implements a concurrency pattern, where an input from a singular channel
44

55
### Usage
66

7-
Simply use `tee.NewTee(...)`:
7+
Simply use [`tee.NewTee(...)`](https://pkg.go.dev/github.com/kiriyms/conpats/tee#NewTee):
88

99
```go
1010
in := make(chan int)

0 commit comments

Comments
 (0)