package
Version:
v0.0.0-...-40340cb
Opens a new window with list of versions in this module.
Published: Sep 11, 2024
License: MIT
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
-
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
func ListTag() (tagstr string)
func SendToMail(user, password, host, to, subject, body, mailtype string) error
Source Files
¶
Click to show internal directories.
Click to hide internal directories.