init version
This commit is contained in:
parent
099a33cccf
commit
2867e9b911
9
str.go
9
str.go
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user