Merge pull request #70 from robphoenix/patch-1

Fix spelling in Go files
This commit is contained in:
Emily Bache 2017-09-22 10:08:43 +02:00 committed by GitHub
commit 6f972d0c5f

View File

@ -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" {