Documentation ¶
Overview ¶
Package typenames generates human-friendly names for go objects using reflection.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsBigFloatType ¶
func IsBigIntType ¶
func IsJSONNumberType ¶
func LongName ¶
func LongName(valueOrTypeOrObj interface{}) string
LongName is like "map of string to object". Accepts reflect.Value, reflect.Type, or interface{}. You should pass whichever one is available. This is to avoid accidental panics from code that naively calls value.Type() or reflect.ValueOf(obj).Type().
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.