mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-03 16:59:22 +02:00
deployment: throw away golanglint-ci defaults (#439)
* deployment: throw away golanglint-ci defaults Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
This commit is contained in:
parent
dd54ce4481
commit
e82477ea5c
36 changed files with 101 additions and 3 deletions
|
@ -1,3 +1,5 @@
|
|||
// 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"
|
||||
|
||||
// MarshalUnmarshaler can both Marshal and Unmarshal a struct into and from a set of bytes.
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
// Package mock implements a mock implementation of MarshalUnmarshaler.
|
||||
package mock // import "github.com/pomerium/pomerium/internal/encoding/mock"
|
||||
|
||||
import (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue