diff --git a/graph/api/api.go b/graph/path/path.go similarity index 99% rename from graph/api/api.go rename to graph/path/path.go index 928ba61..57b4c6e 100644 --- a/graph/api/api.go +++ b/graph/path/path.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -package api +package path import ( "github.com/google/cayley/graph" diff --git a/graph/api/api_test.go b/graph/path/path_test.go similarity index 99% rename from graph/api/api_test.go rename to graph/path/path_test.go index 09dbe1f..c67ea15 100644 --- a/graph/api/api_test.go +++ b/graph/path/path_test.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -package api +package path import ( "reflect"