mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-21 21:17:13 +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
|
@ -1,6 +1,6 @@
|
|||
// Package encoding defines interfaces shared by other packages that
|
||||
// convert data to and from byte-level and textual representations.
|
||||
package encoding // import "github.com/pomerium/pomerium/internal/encoding"
|
||||
package encoding
|
||||
|
||||
// MarshalUnmarshaler can both Marshal and Unmarshal a struct into and from a set of bytes.
|
||||
type MarshalUnmarshaler interface {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue