Documentation ¶
Index ¶
- func Debug(arg interface{})
- func DlvBreak()
- func InString(hay *[]string, needle string) bool
- func IsArray(a interface{}) bool
- func IsCallable(method_value reflect.Value, field_name string) bool
- func IsExported(name string) bool
- func IsInt(x interface{}) bool
- func SplitIdent(s string) []string
- func ToFloat(x interface{}) (float64, bool)
- func ToInt64(x interface{}) (int64, bool)
- func ToString(x interface{}) (string, bool)
- func Unquote(s string) string
- func Unquote_ident(s string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsExported ¶
Is the symbol exported by Go? Only names with upper case are exported.
func SplitIdent ¶
Split an identifier to a list of components taking into account backtick expansions.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.