mirror of
https://github.com/crazybber/awesome-patterns.git
synced 2025-04-10 04:20:57 +00:00
8 lines
89 B
Go
8 lines
89 B
Go
package factory
|
|
|
|
import "testing"
|
|
|
|
func TestSay(t *testing.T) {
|
|
say("xxx")
|
|
say("hi")
|
|
}
|