mirror of
https://github.com/aljazceru/crawler_v2.git
synced 2025-12-17 07:24:21 +01:00
better prints
This commit is contained in:
@@ -29,8 +29,8 @@ func main() {
|
|||||||
defer cancel()
|
defer cancel()
|
||||||
go pipe.HandleSignals(cancel)
|
go pipe.HandleSignals(cancel)
|
||||||
|
|
||||||
log.Printf("--------- starting up the crawler --------")
|
log.Printf("--------- starting up the sync process --------")
|
||||||
defer log.Printf("-----------------------------------------")
|
defer log.Printf("------------------------------------------------")
|
||||||
|
|
||||||
config, err := config.Load()
|
config, err := config.Load()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user