Skip to content
Snippets Groups Projects
Commit 7128cd1f authored by Bob Callaway's avatar Bob Callaway
Browse files

explicitly ignore returned value

parent 23833077
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ var serveCmd = &cobra.Command{
// workaround for https://github.com/projectrekor/rekor/issues/68
// from https://github.com/golang/glog/commit/fca8c8854093a154ff1eb580aae10276ad6b1b5f
flag.CommandLine.Parse([]string{})
_ = flag.CommandLine.Parse([]string{})
doc, _ := loads.Embedded(restapi.SwaggerJSON, restapi.FlatSwaggerJSON)
server := restapi.NewServer(operations.NewRekorServerAPI(doc))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment