Versions in this module Expand all Collapse all v0 v0.0.2 Oct 31, 2024 Changes in this version + func GetCurrentDirectory() string + func Len(s string) int v0.0.1 Jul 13, 2022 Changes in this version + func Add(a1, a2 int) int + func DateFormat(date time.Time, layout string) string + func Decrypt(ciphertext []byte, keystring string) ([]byte, error) + func Encrypt(plaintext []byte, keystring string) ([]byte, error) + func GetCurrentTime() time.Time + func IsEven(number int) bool + func IsOdd(number int) bool + func ListTag() (tagstr string) + func Md5(source string) string + func Minus(a1, a2 int) int + func PathExists(path string) (bool, error) + func SendToMail(user, password, host, to, subject, body, mailtype string) error + func Substring(source string, start, end int) string + func Truncate(s string, n int) string + func UUID() string