Skip to content
This repository was archived by the owner on Oct 29, 2021. It is now read-only.

Commit 956dbdf

Browse files
authored
Merge pull request #49 from crazytyper/v3
Fixed Err.. constants
2 parents 6a50615 + a07f86d commit 956dbdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conts.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const (
6060

6161
const (
6262
// Common prototypes
63-
ErrError int = 1
63+
ErrError int = 1 + iota
6464
ErrEval
6565
ErrRange
6666
ErrReference

0 commit comments

Comments
 (0)