From 150ce1e76e8d2b3bc14be7a4107060f93c904040 Mon Sep 17 00:00:00 2001 From: Alexandre Tuleu Date: Sat, 16 Jan 2016 19:08:49 +0100 Subject: [PATCH] Renames file to match type name --- bd.go => album.go | 0 bd_test.go => album_test.go | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename bd.go => album.go (100%) rename bd_test.go => album_test.go (100%) diff --git a/bd.go b/album.go similarity index 100% rename from bd.go rename to album.go diff --git a/bd_test.go b/album_test.go similarity index 100% rename from bd_test.go rename to album_test.go