go · go/os.ErrInvalid
os.ErrInvalid
Invalid Argument
Returned when an operation is attempted on a nil or closed File, or when an argument is otherwise invalid. Ensure the file or resource is properly opened before use.
Returned when an operation is attempted on a nil or closed File, or when an argument is otherwise invalid. Ensure the file or resource is properly opened before use.