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