mirror of
https://github.com/aljazceru/crawler_v2.git
synced 2025-12-17 07:24:21 +01:00
fixed comments and log messages
This commit is contained in:
@@ -22,7 +22,7 @@ import (
|
|||||||
/*
|
/*
|
||||||
This programs assumes syncronization between Redis and the event store, meaning
|
This programs assumes syncronization between Redis and the event store, meaning
|
||||||
that the graph in Redis reflects these events.
|
that the graph in Redis reflects these events.
|
||||||
If that is not the case, go run /cmd/sync/ to syncronize Redis with the event store.
|
If that is not the case, go run /cmd/sync to syncronize Redis with the event store.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ import (
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
This program syncronize the Redis database to the events already stored in the event store.
|
This program syncronize the Redis database to the events already stored in the event store.
|
||||||
If Redis and the eventstore are already in sync, go run /cmd/crawler/.
|
If Redis and the eventstore are already in sync, go run /cmd/crawl.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
|||||||
Reference in New Issue
Block a user