package lib import "testing" func TestOrderNo(t *testing.T) { i := 0 for i < 20 { t.Log(OrderNo()) i++ } }