@@ -11,6 +11,7 @@ import (
"time"
)
// Execute executes the job
func Execute() error {
if len(os.Args) != 2 {
return fmt.Errorf("Missing mandatory .csv parameter")
@@ -84,7 +85,6 @@ func Execute() error {
time.Sleep(waitUntil.Sub(time.Now()))
}
return nil
func main() {
The note is not visible to the blocked user.