Toggle navigation
Toggle navigation
This project
Loading...
Sign in
윤준석
/
mamuri-bot
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
윤준석
2022-05-15 23:29:06 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
10366acd15470d631dff5dba2fd2fc1cd00f21d5
10366acd
1 parent
15d1d8cb
DEL: extra source code for debugging
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
joongna/service/item.go
joongna/service/item.go
View file @
10366ac
...
...
@@ -3,7 +3,6 @@ package service
import
(
"bytes"
"encoding/json"
"fmt"
"io"
"io/ioutil"
"joongna/config"
...
...
@@ -109,7 +108,6 @@ func crawlingNaverCafe(cafeUrl string) (*model.Item, error) {
ItemUrl
:
cafeUrl
,
ExtraInfo
:
extraInfo
,
}
fmt
.
Println
(
"crawling "
+
cafeUrl
+
" title: "
+
title
)
return
&
item
,
nil
}
...
...
Please
register
or
login
to post a comment