Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
interface-go-dms3-core
Commits
60fc5696
Commit
60fc5696
authored
Mar 10, 2018
by
Łukasz Magiera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
coreapi: var block for errors
License: MIT Signed-off-by:
Łukasz Magiera
<
magik6k@gmail.com
>
parent
dba6c1b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
errors.go
errors.go
+4
-2
No files found.
errors.go
View file @
60fc5696
...
...
@@ -2,5 +2,7 @@ package iface
import
"errors"
var
ErrIsDir
=
errors
.
New
(
"object is a directory"
)
var
ErrOffline
=
errors
.
New
(
"can't resolve, ipfs node is offline"
)
var
(
ErrIsDir
=
errors
.
New
(
"object is a directory"
)
ErrOffline
=
errors
.
New
(
"can't resolve, ipfs node is offline"
)
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment