Don't rename imports unless necessary

This commit is contained in:
kortschak 2014-06-26 09:20:22 +09:30
parent 0c9de61413
commit d37c6caa8e
7 changed files with 37 additions and 36 deletions

View file

@ -12,13 +12,14 @@
// See the License for the specific language governing permissions and
// limitations under the License.
package cayley_config
package config
import (
"encoding/json"
"flag"
"github.com/barakmich/glog"
"os"
"github.com/barakmich/glog"
)
type CayleyConfig struct {