This commit is contained in:
Philipp Mieden 2019-05-24 17:45:44 +02:00
parent 3b4a55f18e
commit 9e8a0cb6d3

View File

@ -9,7 +9,6 @@ import (
"github.com/foomo/contentserver/client"
)
// ***REMOVED***
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!")
}