Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
wb
gocrawlhq
Commits
4549a671
Commit
4549a671
authored
Dec 12, 2021
by
Corentin Barreau
⚜
Browse files
Remove: useless parameter for Finished method
parent
88e27817
Changes
1
Hide whitespace changes
Inline
Side-by-side
finished.go
View file @
4549a671
...
...
@@ -7,7 +7,7 @@ import (
"net/http"
)
func
(
c
*
Client
)
Finished
(
URLs
[]
URL
,
URLType
string
)
(
finishedResponse
*
FinishedResponse
,
err
error
)
{
func
(
c
*
Client
)
Finished
(
URLs
[]
URL
)
(
finishedResponse
*
FinishedResponse
,
err
error
)
{
expectedStatusCode
:=
200
finishedResponse
=
new
(
FinishedResponse
)
...
...
Write
Preview
Supports
Markdown
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