Documentation ¶ Index ¶ func Convert(value interface{}, to reflect.Type) (reflect.Value, error) func IsNilable(k reflect.Kind) bool Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Convert ¶ func Convert(value interface{}, to reflect.Type) (reflect.Value, error) Convert converts given value to given type whenever it is possible. In opposition to built-in reflect package it allows to convert []interface{} to []type and []type to []interface{}. func IsNilable ¶ func IsNilable(k reflect.Kind) bool Types ¶ This section is empty. Source Files ¶ View all Source files convert.gonilable.go Click to show internal directories. Click to hide internal directories.