mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-14 22:21:20 +00:00
7 lines
82 B
Go
7 lines
82 B
Go
package domain
|
|
|
|
type Item struct {
|
|
Name string
|
|
SellIn, Quality int
|
|
}
|