*: remove import path comments (#545)

- import path comments are obsoleted by the go.mod file's module statement

Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
This commit is contained in:
Bobby DeSimone 2020-03-16 10:13:47 -07:00 committed by GitHub
parent c14e3d8b34
commit ba14ea246d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
100 changed files with 106 additions and 106 deletions

View file

@ -2,7 +2,7 @@
// internal routes. The proxy packages interoperates with other pomerium
// services over RPC in order to make access control decisions about a
// given incoming request.
package proxy // import "github.com/pomerium/pomerium/proxy"
package proxy
import (
"crypto/cipher"