-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Closed
Labels
Milestone
Description
The special Error type can be deleted in favor of errors.New. ReadRune should document its behavior on invalid input. BufsizeError should probably go away; make NewReaderSize and NewWriterSize panic if the buffer size is too small, or else make them round up to the minimum buffer size. Should document that write errors in bufio.Writer are sticky.
Reactions are currently unavailable