# README
cuppa-go
All-purpose library
Installation
go get -u github.com/cloudbit-interactive/cuppago
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Example: decryptedText := Decrypt("MyEncryptedText", "256-bit-key-generator") Key generator = https://www.allkeysgenerator.com/Random/Security-Encryption-Key-Generator.aspx.
Example: encryptedText := Encrypt("MyText", "256-bit-key-generator") Key generator = https://www.allkeysgenerator.com/Random/Security-Encryption-Key-Generator.aspx.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
data := utils.JSONDecode(string, false)
*/.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Example: var user User; utils.MapToStruct(result, &user).
No description provided by the author
No description provided by the author
Example: db := cuppago.NewDataBase("localhost","golang", "root", "", "").
No description provided by the author
No description provided by the author
No description provided by the author
Parse any value to String */.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author