From e93911344d2d89b335bf537791ed9f070ec71be5 Mon Sep 17 00:00:00 2001 From: Jonathan Boulle Date: Mon, 12 May 2014 13:07:19 -0700 Subject: [PATCH] refactor(init): rename locksmith to update --- initialize/{locksmith.go => update.go} | 0 initialize/{locksmith_test.go => update_test.go} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename initialize/{locksmith.go => update.go} (100%) rename initialize/{locksmith_test.go => update_test.go} (100%) diff --git a/initialize/locksmith.go b/initialize/update.go similarity index 100% rename from initialize/locksmith.go rename to initialize/update.go diff --git a/initialize/locksmith_test.go b/initialize/update_test.go similarity index 100% rename from initialize/locksmith_test.go rename to initialize/update_test.go