package
Version:
v1.0.26
Opens a new window with list of versions in this module.
Published: Jun 10, 2022
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type MapTest struct {
Into interface{}
From map[string]string
Exp interface{}
}
MapTest represents a single Map conversion test.
func NewMapTests() (tests []MapTest)
MapTests is a slice of all Map conversion tests.
type SliceTest struct {
Into interface{}
From []string
Exp interface{}
}
SliceTest represents a single Slice conversion test.
SliceTests is a slice of all Slice conversion tests.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.