Skip to content

Commit

Permalink
fix post merge
Browse files Browse the repository at this point in the history
  • Loading branch information
ebuchman committed Jul 11, 2018
1 parent e984b73 commit c6827df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion types/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,10 @@ const (
CodeMemoTooLarge CodeType = 13

// CodespaceRoot is a codespace for error codes in this file only.
CodespaceRoot CodespaceType = 1
// Notice that 0 is an "unset" codespace, which can be overridden with
// Error.WithDefaultCodespace().
CodespaceUndefined CodespaceType = 0
CodespaceRoot CodespaceType = 1

// Maximum reservable codespace (2^16 - 1)
MaximumCodespace CodespaceType = 65535
Expand Down

0 comments on commit c6827df

Please sign in to comment.