![]() The documentation of io.EOF: Read must return EOF itself, not an error wrapping EOF, because callers will test for EOF using ==. This is a trivial change; people may think it's normal use of "errors.Is", even it's OK, it could be replaced with "errors.Is(err, io.EOF)" in idiomatic way. |
||
---|---|---|
.. | ||
daptest | ||
command.go | ||
config_test.go | ||
config.go | ||
error_ids.go | ||
handles.go | ||
server_test.go | ||
server.go | ||
types.go |