X-Git-Url: https://git.arvados.org/lightning.git/blobdiff_plain/e58f325cacbdbbe44ba870193fc3453a53145137..395c842444856a96a4216353a201ff5f42e3ef64:/stats.go diff --git a/stats.go b/stats.go index a02fef701d..8da2a69ad7 100644 --- a/stats.go +++ b/stats.go @@ -17,11 +17,11 @@ import ( log "github.com/sirupsen/logrus" ) -type stats struct { +type statscmd struct { debugUnplaced bool } -func (cmd *stats) RunCommand(prog string, args []string, stdin io.Reader, stdout, stderr io.Writer) int { +func (cmd *statscmd) RunCommand(prog string, args []string, stdin io.Reader, stdout, stderr io.Writer) int { var err error defer func() { if err != nil { @@ -116,7 +116,7 @@ func (cmd *stats) RunCommand(prog string, args []string, stdin io.Reader, stdout return 0 } -func (cmd *stats) doStats(input io.Reader, output io.Writer) error { +func (cmd *statscmd) doStats(input io.Reader, output io.Writer) error { var ret struct { Genomes int CalledBases []int64