You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a 'KeyValue' type, identical to 'testhelpers.Pair' other than its
field names ('Key'/'Value' vs. 'First'/'Second'). See the comment in the
newly-created 'utils/types.go' for more information about why a new type was
created, rather than moving 'testhelpers.Pair' into 'utils'.
This 'KeyValue' type will be used in future commits as a way of passing
arbitrary configuration options to functions.
Signed-off-by: Victoria Dye <[email protected]>
0 commit comments