diff --git a/scripts/imageproxy.conf b/etc/imageproxy.conf similarity index 100% rename from scripts/imageproxy.conf rename to etc/imageproxy.conf diff --git a/proxy.go b/proxy.go index 22f8201..f29eb69 100644 --- a/proxy.go +++ b/proxy.go @@ -13,7 +13,7 @@ // limitations under the License. // Package proxy provides the image proxy. -package imageproxy +package imageproxy // import "willnorris.com/go/imageproxy" import ( "bufio"