Documentation ¶
Index ¶
- Variables
- func ChkEnv(envVar string) bool
- func Db2Printf(flag bool, format string, a ...interface{}) (n int, err error)
- func DbFpf(db bool, w io.Writer, format string, a ...interface{}) (n int, err error)
- func DbPf(db bool, format string, a ...interface{}) (n int, err error)
- func DbPfb(db bool, format string, a ...interface{}) (n int, err error)
- func DbPfe(envVar string, format string, a ...interface{}) (n int, err error)
- func FILE(d ...int) string
- func FUNCNAME(d ...int) string
- func Fprintf(w io.Writer, format string, a ...interface{}) (n int, err error)
- func IAmAt(s ...string)
- func IAmAt2(s ...string)
- func InArrayInt(s int, arr []int) int
- func InArrayString(s string, arr []string) int
- func LF(d ...int) string
- func LF2(d ...int) (line int, file string)
- func LFj(d ...int) string
- func LINE(d ...int) string
- func LINEnf(d ...int) (int, string)
- func ParseBool(s string) (b bool)
- func Printf(format string, a ...interface{}) (n int, err error)
- func ProcessFormat(format string) string
- func SVar(v interface{}) string
- func SVarI(v interface{}) string
- func SetFlag(name, sValue string)
- func TrIAmAt(s ...string)
Constants ¶
This section is empty.
Variables ¶
View Source
var ColorTab map[string]string
Functions ¶
func IAmAt ¶
func IAmAt(s ...string)
IAmAt print out the current Function,File,Line No and an optional set of strings.
func IAmAt2 ¶
func IAmAt2(s ...string)
IAmAt2 prints out the current Function,File,Line No and an optional set of strings - do this for 2 levels deep.
func InArrayInt ¶
Return 0..n if 'n' is in the array arr, else -1.
func InArrayString ¶
Return 0..n if 's' is in the array arr, else -1.
func LINE ¶
LINE Return the current line number as a string. Default parameter is 1, must be an integer That reflects the depth in the call stack. A value of 0 would be the LINE() function itself. If you supply more than one parameter, 2..n are ignored.
func ProcessFormat ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.