code refactor
This commit is contained in:
parent
b65c8f696b
commit
ae9c21e293
|
@ -1,8 +1,8 @@
|
||||||
package istr
|
package istr
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"strings"
|
|
||||||
"strconv"
|
"strconv"
|
||||||
|
"strings"
|
||||||
)
|
)
|
||||||
|
|
||||||
func SampleKeyInvalid(str string) bool {
|
func SampleKeyInvalid(str string) bool {
|
||||||
|
|
Loading…
Reference in New Issue