fix typo
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
parent
607d1bc6f7
commit
0de363131e
@ -16,9 +16,9 @@ import (
|
|||||||
"github.com/stretchr/testify/assert"
|
"github.com/stretchr/testify/assert"
|
||||||
)
|
)
|
||||||
|
|
||||||
type makerKeyType struct{}
|
type markerKeyType struct{}
|
||||||
|
|
||||||
var markerKey = makerKeyType{}
|
var markerKey = markerKeyType{}
|
||||||
|
|
||||||
type contextMatcher struct {
|
type contextMatcher struct {
|
||||||
marker *int
|
marker *int
|
||||||
|
Loading…
Reference in New Issue
Block a user