initial commits

master
Charles Iliya Krempeaux 2022-12-14 03:51:45 -08:00
parent ae37e4b198
commit 77347f1c1e
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ func EmptyContent() Content {
return Content{}
}
// Call close will stop the Read method from working.
// Close will stop the Read method from working.
//
// Close can safely be called more than once.
//