diff --git a/graph/replication.go b/graph/triplewriter.go similarity index 100% rename from graph/replication.go rename to graph/triplewriter.go diff --git a/replication/local.go b/writer/single.go similarity index 99% rename from replication/local.go rename to writer/single.go index 01eb644..6687055 100644 --- a/replication/local.go +++ b/writer/single.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -package replication +package writer import ( "sync"