add fallback apple list
This commit is contained in:
parent
df46e6f4bd
commit
53a2b91f9e
4 changed files with 11 additions and 25 deletions
|
@ -38,3 +38,12 @@ func LoadAppleList() error {
|
|||
log.Printf("DEBUG: loaded apple list of lenght: %v", len(AppleList))
|
||||
return nil
|
||||
}
|
||||
|
||||
func FallbackAppleList() {
|
||||
AppleList = []string{
|
||||
"Braeburn",
|
||||
"Gala",
|
||||
"Golden Delicious",
|
||||
"Honeycrisp",
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue