package
Version:
v1.2.12
Opens a new window with list of versions in this module.
Published: Mar 17, 2021
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Ptr(v interface{}) interface{}
Ptr makes a pointer for the specified value
PtrInt makes a pointer to int for the specified int
PtrPtrString makes a pointer to pointer string for the specified string
PtrString makes a pointer to string for the specified string
RunTest runs the specified testCase in t
type TestCase struct {
Src interface{}
Dst interface{}
Expected interface{}
ErrorText string
Options *convert.Options
}
TestCase is a testcase that can be run with RunTest()
Source Files
¶
Click to show internal directories.
Click to hide internal directories.