1
0
Fork 0

feat: lowercase release strings

master
dump_stack() 2023-05-13 19:08:46 +00:00
parent d0693e64c4
commit 0bf2acb043
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 12 additions and 12 deletions

View File

@ -33,18 +33,18 @@ const (
var ReleaseStrings = [...]string{
"",
"Buzz",
"Hamm",
"Woody",
"Etch",
"Lenny",
"Squeeze",
"Wheezy",
"Jessie",
"Stretch",
"Buster",
"Bullseye",
"Bookworm",
"buzz",
"hamm",
"woody",
"etch",
"lenny",
"squeeze",
"wheezy",
"jessie",
"stretch",
"buster",
"bullseye",
"bookworm",
}
func (cn Release) String() string {