mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 04:12:13 +00:00
Fix spelling in Go files
s/GlidedRose/GildedRose
This commit is contained in:
parent
b250afa904
commit
b94d323ad7
@ -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