Documentation ¶
Index ¶
- func Decrypt(key string, securemess string) (decodedmess []byte, err error)
- func Encrypt(key string, plainText []byte) (encmess string, err error)
- func Print(v ...interface{})
- func Print2(v ...interface{})
- func Print3(v ...interface{})
- func Print4(v ...interface{})
- func Printf(format string, v ...interface{})
- func Println(v ...interface{})
- func RandInt() int
- func RandString(n int) string
- func RandomString(min int, max int) string
- func ReadPassword(prompt string) (string, error)
- func Sha256String(data []byte) string
- func StackTrace(skip int, depth int) string
- func TraceDetail(o interface{})
- func TracePrint(skip int, cnt int, v ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RandString ¶
func RandomString ¶
func ReadPassword ¶
func Sha256String ¶
func StackTrace ¶
func TraceDetail ¶
func TraceDetail(o interface{})
func TracePrint ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.