From a80158a53a403d93ecbb4124376463bed7f4a9ed Mon Sep 17 00:00:00 2001 From: Will Norris Date: Sat, 11 Oct 2014 18:18:13 -0700 Subject: [PATCH] add new go14-style import comment see http://golang.org/s/go14customimport Also rename scripts directory to etc --- {scripts => etc}/imageproxy.conf | 0 proxy.go | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename {scripts => etc}/imageproxy.conf (100%) 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"