mirror of
https://gitee.com/johng/gf.git
synced 2024-12-05 13:48:09 +08:00
11 lines
144 B
Go
11 lines
144 B
Go
package main
|
|
|
|
import (
|
|
"fmt"
|
|
"gitee.com/johng/gf/g/util/gvalid"
|
|
)
|
|
|
|
|
|
func main() {
|
|
fmt.Println(gvalid.Check("10.0.0.0", "ip", nil))
|
|
} |