go(report/gen): drop the "S"
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2022-06-19 17:28:05 +02:00
parent b93f48cb08
commit 3e641e0906
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -32,11 +32,11 @@ func main() {
}
topics := []string{
"func name",
"minS",
"maxS",
"meanS",
"medianS",
"stdDevS",
"min",
"max",
"mean",
"median",
"stdDev",
}
fName := "report.tex"