feat:完善项目
This commit is contained in:
11
lib/order_test.go
Normal file
11
lib/order_test.go
Normal file
@ -0,0 +1,11 @@
|
||||
package lib
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestOrderNo(t *testing.T) {
|
||||
i := 0
|
||||
for i < 20 {
|
||||
t.Log(OrderNo())
|
||||
i++
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user