diff --git a/data.go b/data.go index e2e1353..d390cd3 100644 --- a/data.go +++ b/data.go @@ -12,7 +12,6 @@ // See the License for the specific language governing permissions and // limitations under the License. -// Package data provides common shared data structures for imageproxy. package imageproxy import ( diff --git a/proxy.go b/imageproxy.go similarity index 100% rename from proxy.go rename to imageproxy.go