Fix spelling in Go files

s/GlidedRose/GildedRose
This commit is contained in:
Rob Phoenix 2017-09-21 13:33:42 +01:00 committed by GitHub
parent b250afa904
commit b94d323ad7

View File

@ -19,10 +19,10 @@ var items = []Item{
func main() { func main() {
fmt.Println("OMGHAI!") fmt.Println("OMGHAI!")
// fmt.Print(items) // fmt.Print(items)
GlidedRose() GildedRose()
} }
func GlidedRose() { func GildedRose() {
for i := 0; i < len(items); i++ { for i := 0; i < len(items); i++ {
if items[i].name != "Aged Brie" && items[i].name != "Backstage passes to a TAFKAL80ETC concert" { if items[i].name != "Aged Brie" && items[i].name != "Backstage passes to a TAFKAL80ETC concert" {