mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 12:22:12 +00:00
Merge pull request #70 from robphoenix/patch-1
Fix spelling in Go files
This commit is contained in:
commit
6f972d0c5f
@ -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" {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user