errors.fyi community error code reference
io.EOF
go

End of File

Returned by Read when no more input is available. Callers should treat EOF as a graceful end-of-stream signal, not an error.

References

โ† all namespaces for io.EOF