Ejemplo n.º 1
0
func Test_SelectOneById(t *testing.T) {
	user := new(models.User).SelectOneById("pk_2")
	t.Log(user.ToString())
}