change fb id & page id for external events to int64 to prevent overfl… #481
Annotations
8 errors
build:
event_sync/event_sync.go#L99
cannot use eventId (variable of type int) as int64 value in struct literal
|
build:
event_sync/event_sync.go#L100
cannot use page.ID (variable of type int) as int64 value in struct literal
|
build:
model/external_events_test.go#L56
cannot use pageBerkeley (constant 1377014279263790 of type int) as int64 value in struct literal
|
build:
model/external_events_test.go#L78
cannot use pageOther (constant 456456456456 of type int) as int64 value in struct literal
|
build:
model/external_events_test.go#L100
cannot use pageOther (constant 456456456456 of type int) as int64 value in struct literal
|
build:
model/external_events_test.go#L122
cannot use pageOther (constant 456456456456 of type int) as int64 value in struct literal
|
build:
model/external_events_test.go#L144
cannot use pageBerkeley (constant 1377014279263790 of type int) as int64 value in struct literal
|
build
Process completed with exit code 1.
|