Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
Jakub Sztandera 2021-02-22 20:29:26 +01:00
parent 607d1bc6f7
commit 0de363131e
No known key found for this signature in database
GPG Key ID: 9A9AF56F8B3879BA

View File

@ -16,9 +16,9 @@ import (
"github.com/stretchr/testify/assert"
)
type makerKeyType struct{}
type markerKeyType struct{}
var markerKey = makerKeyType{}
var markerKey = markerKeyType{}
type contextMatcher struct {
marker *int