mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 04:12:13 +00:00
8 lines
79 B
Go
8 lines
79 B
Go
package main
|
|
|
|
import "testing"
|
|
|
|
func Test_GildedRose(t *testing.T) {
|
|
main()
|
|
}
|