From 6f6415241ecf8716334eafd43c614d1cc4315d82 Mon Sep 17 00:00:00 2001 From: arzumify Date: Fri, 25 Oct 2024 19:44:44 +0100 Subject: [PATCH] Fix typo of ReadCloser --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 4e0e778..4cda87e 100644 --- a/main.go +++ b/main.go @@ -9,7 +9,7 @@ import ( "syscall/js" ) -// ReadableStream implements io.ReaderCloser for a JavaScript ReadableStream. +// ReadableStream implements io.ReadCloser for a JavaScript ReadableStream. type ReadableStream struct { stream js.Value lock sync.Mutex