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:
parent
71a5b6ef84
commit
a80158a53a
2 changed files with 1 additions and 1 deletions
2
proxy.go
2
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"
|
||||
|
|
Loading…
Reference in a new issue