remove items test

This commit is contained in:
JunDao
2019-05-17 00:10:42 +08:00
parent ceebc11e72
commit 1e23543395

View File

@ -1,9 +0,0 @@
package data
import "testing"
func TestItemsString(t *testing.T) {
for i := 0; i < 789+1; i++ {
t.Log(Solt{ID: i, Count: byte(i%64 + 1)})
}
}