We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
internal/archive/archive.go: poor naming of map, these are adjectives not Animals.
var ubuntuAnimals = map[string]string{ "18.04": "bionic", "20.04": "focal", "22.04": "jammy", "22.10": "kinetic", }
The text was updated successfully, but these errors were encountered:
setup: Rename ubuntuAnimals to ubuntuAdjectives
ubuntuAnimals
ubuntuAdjectives
07b36fc
It's actually a map from release number to adjective, not animal as it was named. Closes canonical#16
5ecc8c1
Successfully merging a pull request may close this issue.
internal/archive/archive.go: poor naming of map, these are adjectives not Animals.
var ubuntuAnimals = map[string]string{
"18.04": "bionic",
"20.04": "focal",
"22.04": "jammy",
"22.10": "kinetic",
}
The text was updated successfully, but these errors were encountered: