init version

This commit is contained in:
bryanqiu 2022-10-12 21:55:21 +08:00
parent 099a33cccf
commit 2867e9b911

9
str.go
View File

@ -3,16 +3,8 @@
package str package str
import ( import (
"container/list"
"encoding/json"
"errors"
"fmt"
"math/rand" "math/rand"
"os"
"regexp"
"runtime"
"strings" "strings"
"syscall"
"time" "time"
) )
@ -97,7 +89,6 @@ func KeysString(imap interface{}) string {
return strings.Join(keys, ",") return strings.Join(keys, ",")
} }
//// CHARSTRING string = "" //will initialize by init function //// CHARSTRING string = "" //will initialize by init function
//// func init() { //// func init() {
//// NUMBERSTRING = "0123456789" //// NUMBERSTRING = "0123456789"