Skip to content

Commit f5cf125

Browse files
committed
Merge branch 'main' of https://github.com/woorui/async-buffer into main
2 parents 0f9cd45 + b1a8fc3 commit f5cf125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ func main() {
8787

8888
func errHandle(errch <-chan error) {
8989
for err := range errch {
90-
if se := new(buffer.ErrFlush[string]); errors.As(err, &se) {
90+
if se := new(buffer.ErrFlush[string]); errors.As(err, se) {
9191
fmt.Printf("flush err backup %v \n", se.Backup)
9292
} else {
9393
fmt.Printf("flush err %v \n", err)

0 commit comments

Comments
 (0)