0
Fork 0
mirror of https://github.com/willnorris/imageproxy.git synced 2024-12-16 21:56:43 -05:00

add new go14-style import comment

see http://golang.org/s/go14customimport

Also rename scripts directory to etc
This commit is contained in:
Will Norris 2014-10-11 18:18:13 -07:00
parent 71a5b6ef84
commit a80158a53a
2 changed files with 1 additions and 1 deletions

View file

@ -13,7 +13,7 @@
// limitations under the License. // limitations under the License.
// Package proxy provides the image proxy. // Package proxy provides the image proxy.
package imageproxy package imageproxy // import "willnorris.com/go/imageproxy"
import ( import (
"bufio" "bufio"