trepa/cmd/cron/resync.go
2025-02-20 12:09:38 +00:00

7 lines
70 B
Go

package main
import "fmt"
func main() {
fmt.Println("Resyncing")
}