https://github.com/google/cayley
Revision 7fd54fe78e5f5981e8cb14881483c99fcfd5b724 authored by Jørgen Teunis on 12 January 2018, 14:50:52 UTC, committed by Jørgen Teunis on 12 January 2018, 14:50:52 UTC
1 parent 005e948
Raw File
Tip revision: 7fd54fe78e5f5981e8cb14881483c99fcfd5b724 authored by Jørgen Teunis on 12 January 2018, 14:50:52 UTC
added testcase for recursive missing duplicates (whitespace)
Tip revision: 7fd54fe
imports_19.go
// +build go1.9

package cayley

import (
	"github.com/cayleygraph/cayley/graph"
	"github.com/cayleygraph/cayley/graph/path"
)

type Iterator = graph.Iterator
type QuadStore = graph.QuadStore
type QuadWriter = graph.QuadWriter

type Path = path.Path
back to top