ocis already does the cli flag parsing

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2021-02-23 12:47:23 +00:00
parent 52ebb7c611
commit 6991dd777d
14 changed files with 0 additions and 14 deletions
-1
View File
@@ -51,6 +51,5 @@ func Server(opts ...Option) (http.Service, error) {
micro.RegisterHandler(service.Server(), handle)
service.Init()
return service, nil
}