Documentation ¶
Index ¶
- Variables
- func AesDe(data string) string
- func AesEn(data string) string
- func IsAes(s string) bool
- func PKCS7Padding(ciphertext []byte, blocksize int) []byte
- func PKCS7UnPadding(origData []byte) []byte
- func RemoveDuplicateString(languages []string) []string
- func RemoveStrings(strS []string, sep string) (res []string)
Constants ¶
This section is empty.
Variables ¶
View Source
var AesKey = "github.com/dreamlu/gt dreamlu123"
Functions ¶
func RemoveDuplicateString ¶
remove duplicate string
func RemoveStrings ¶
remove sep in strS
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.