From b94d323ad7b01cb3ecdc452d3045a62e65310148 Mon Sep 17 00:00:00 2001 From: Rob Phoenix Date: Thu, 21 Sep 2017 13:33:42 +0100 Subject: [PATCH] Fix spelling in Go files s/GlidedRose/GildedRose --- go/gilded-rose.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go/gilded-rose.go b/go/gilded-rose.go index 3aac5d37..c5f35822 100644 --- a/go/gilded-rose.go +++ b/go/gilded-rose.go @@ -19,10 +19,10 @@ var items = []Item{ func main() { fmt.Println("OMGHAI!") // fmt.Print(items) - GlidedRose() + GildedRose() } -func GlidedRose() { +func GildedRose() { for i := 0; i < len(items); i++ { if items[i].name != "Aged Brie" && items[i].name != "Backstage passes to a TAFKAL80ETC concert" {