Skip fix.

This commit is contained in:
zergon321
2021-08-26 01:44:29 +00:00
parent 77c304491b
commit ad87f614ff
2 changed files with 7 additions and 0 deletions

View File

@@ -5,4 +5,5 @@ type ErrorType int
const (
ErrorAgain ErrorType = -11
ErrorInvalidValue ErrorType = -22
ErrorEndOfFile ErrorType = -541478725
)