package productrpc import ( "testing" ) func Test_Get(t *testing.T) { dbname := "shop_v2" id := "10248" ret, err := GetByUuid(dbname, id) t.Log(ret) t.Log(err) }