test
This commit is contained in:
snoop 2017-05-20 18:49:13 +09:00
parent 9a1ab3ee7f
commit c871da177e

7
data/data_test.go Normal file
View File

@ -0,0 +1,7 @@
package data
import "testing"
func TestDefault(t *testing.T) {
t.Log("bbbb")
}