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-cmds
Commits
b3e97b38
Commit
b3e97b38
authored
Nov 10, 2014
by
Matt Bell
Committed by
Juan Batiz-Benet
Nov 14, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
commands: Removed a fmt.Println
parent
6f79696e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
response.go
response.go
+0
-1
No files found.
response.go
View file @
b3e97b38
...
@@ -108,7 +108,6 @@ func (r *response) Marshal() ([]byte, error) {
...
@@ -108,7 +108,6 @@ func (r *response) Marshal() ([]byte, error) {
return
[]
byte
{},
nil
return
[]
byte
{},
nil
}
}
fmt
.
Println
(
r
.
req
,
r
.
req
.
Option
(
EncShort
))
if
!
r
.
req
.
Option
(
EncShort
)
.
Found
()
{
if
!
r
.
req
.
Option
(
EncShort
)
.
Found
()
{
return
nil
,
fmt
.
Errorf
(
"No encoding type was specified"
)
return
nil
,
fmt
.
Errorf
(
"No encoding type was specified"
)
}
}
...
...
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