docs: fix missing directory in godoc

This commit is contained in:
 Ilya Atamas 2019-04-22 19:38:56 +03:00
parent e8305cc7f1
commit 1ad9c743ec

View File

@ -2,7 +2,7 @@
// Package proxy implements a HTTP caching proxy for Node package registry (NPM).
// See https://github.com/emeralt/npm-cache-proxy/ for more information about proxy.
//
package proxy // import "https://github.com/emeralt/npm-cache-proxy/proxy"
package proxy
import (
"net/http"