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
go-dms3
Commits
7cd9e4db
Commit
7cd9e4db
authored
Oct 01, 2014
by
Juan Batiz-Benet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove merge issue (logger)
parent
f085d594
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
core/commands/publish.go
core/commands/publish.go
+0
-3
No files found.
core/commands/publish.go
View file @
7cd9e4db
...
@@ -7,13 +7,10 @@ import (
...
@@ -7,13 +7,10 @@ import (
"github.com/jbenet/go-ipfs/core"
"github.com/jbenet/go-ipfs/core"
u
"github.com/jbenet/go-ipfs/util"
u
"github.com/jbenet/go-ipfs/util"
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/op/go-logging"
nsys
"github.com/jbenet/go-ipfs/namesys"
nsys
"github.com/jbenet/go-ipfs/namesys"
)
)
var
log
=
logging
.
MustGetLogger
(
"commands"
)
func
Publish
(
n
*
core
.
IpfsNode
,
args
[]
string
,
opts
map
[
string
]
interface
{},
out
io
.
Writer
)
error
{
func
Publish
(
n
*
core
.
IpfsNode
,
args
[]
string
,
opts
map
[
string
]
interface
{},
out
io
.
Writer
)
error
{
log
.
Debug
(
"Begin Publish"
)
log
.
Debug
(
"Begin Publish"
)
if
n
.
Identity
==
nil
{
if
n
.
Identity
==
nil
{
...
...
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