This commit is contained in:
Mehrdad Afshari
2017-08-03 15:27:25 -07:00
committed by Mehrdad Afshari
parent 66c9ed803b
commit 53ae6b7e90

View File

@ -38,7 +38,7 @@ import (
)
var (
caFile = flag.String("ca_file", "", "The file containning the CA root cert file")
caFile = flag.String("ca_file", "", "The file containing the CA root cert file")
)
type lockingHistogram struct {