feat: lowercase release strings
This commit is contained in:
parent
d0693e64c4
commit
0bf2acb043
@ -33,18 +33,18 @@ const (
|
|||||||
|
|
||||||
var ReleaseStrings = [...]string{
|
var ReleaseStrings = [...]string{
|
||||||
"",
|
"",
|
||||||
"Buzz",
|
"buzz",
|
||||||
"Hamm",
|
"hamm",
|
||||||
"Woody",
|
"woody",
|
||||||
"Etch",
|
"etch",
|
||||||
"Lenny",
|
"lenny",
|
||||||
"Squeeze",
|
"squeeze",
|
||||||
"Wheezy",
|
"wheezy",
|
||||||
"Jessie",
|
"jessie",
|
||||||
"Stretch",
|
"stretch",
|
||||||
"Buster",
|
"buster",
|
||||||
"Bullseye",
|
"bullseye",
|
||||||
"Bookworm",
|
"bookworm",
|
||||||
}
|
}
|
||||||
|
|
||||||
func (cn Release) String() string {
|
func (cn Release) String() string {
|
||||||
|
Loading…
Reference in New Issue
Block a user