Eagles-DevOps / MiniTwit

2 stars 2 forks source link

Cron job to backup the database: added go.sum #174

Closed Hopeberg closed 8 months ago

Hopeberg commented 8 months ago

Added go.sum because got this error otherwise when running the API:

go run minitwit-api.go minitwit-api.go:16:2: missing go.sum entry for module providing package github.com/robfig/cron/v3; to add: go mod download github.com/robfig/cron/v3