mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-18 19:47:22 +02:00
*: 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:
parent
c14e3d8b34
commit
ba14ea246d
100 changed files with 106 additions and 106 deletions
2
cache/cache.go
vendored
2
cache/cache.go
vendored
|
@ -1,7 +1,7 @@
|
|||
// Package cache is a pomerium service that handles the storage of user
|
||||
// session state. It communicates over RPC with other pomerium services,
|
||||
// and can be configured to use a number of different backend cache stores.
|
||||
package cache // import "github.com/pomerium/pomerium/cache"
|
||||
package cache
|
||||
|
||||
import (
|
||||
"context"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue