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