This commit is contained in:
Philipp Mieden 2019-05-24 17:45:44 +02:00
parent a5ff003d8f
commit 735a0ab3f8

View File

@ -9,7 +9,6 @@ import (
"github.com/foomo/contentserver/client"
)
// https://globus-b.stage.mzg.bestbytes.net/contentserverapi
var (
flagAddr = flag.String("addr", "http://127.0.0.1:9191/contentserver", "set addr")
flagGetRepo = flag.Bool("getRepo", false, "get repo")
@ -56,5 +55,5 @@ func main() {
time.Sleep(time.Duration(*flagDelay) * time.Second)
}
log.Println("done")
log.Println("done!")
}