mirror of
https://github.com/foomo/contentserver.git
synced 2025-10-16 12:25:44 +00:00
cleanup
This commit is contained in:
parent
a5ff003d8f
commit
735a0ab3f8
@ -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!")
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user