Documentation ¶
Overview ¶
Copyright 2022 Molecula Corp. (DBA FeatureBase). SPDX-License-Identifier: Apache-2.0
Index ¶
- Constants
- Variables
- func AlwaysPrintf(format string, a ...interface{})
- func Caller(upStack int) string
- func DirExists(name string) bool
- func FileExists(name string) bool
- func FileLine(depth int) string
- func FileSize(name string) (int64, error)
- func PP(format string, a ...interface{})
- func PanicOn(err interface{})
- func Printf(format string, a ...interface{}) (n int, err error)
- func Stack() string
- func TSPrintf(format string, a ...interface{})
- func VV(format string, a ...interface{})
Constants ¶
View Source
const RFC3339MsecTz0 = "2006-01-02T15:04:05.000Z07:00"
View Source
const RFC3339UsecTz0 = "2006-01-02T15:04:05.000000Z07:00"
Variables ¶
View Source
var OurStdout io.Writer = os.Stdout
OurStdout is used so we can multi write easily, use our own printf.
View Source
var VerboseVerbose bool = false
VerboseVerbose will result in tons of debug output when set to true.
Functions ¶
func AlwaysPrintf ¶
func AlwaysPrintf(format string, a ...interface{})
func FileExists ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.