Changed json keys to lower-case
This commit is contained in:
parent
ed748a9b8c
commit
71bedaf9e8
|
@ -51,8 +51,8 @@ type ScanStats struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
type TimesServed struct {
|
type TimesServed struct {
|
||||||
File string
|
file string
|
||||||
Count uint64
|
count uint64
|
||||||
}
|
}
|
||||||
|
|
||||||
type ServeStats struct {
|
type ServeStats struct {
|
||||||
|
|
|
@ -10,7 +10,7 @@ import (
|
||||||
"github.com/spf13/cobra"
|
"github.com/spf13/cobra"
|
||||||
)
|
)
|
||||||
|
|
||||||
var Version = "0.31.0"
|
var Version = "0.31.1"
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
rootCmd.AddCommand(versionCmd)
|
rootCmd.AddCommand(versionCmd)
|
||||||
|
|
Loading…
Reference in New Issue