commit
a6c1f1eac8
@ -1 +1,4 @@
|
|||||||
.devcontainer/
|
|
||||||
|
components
|
||||||
|
logs
|
||||||
|
|
||||||
|
@ -0,0 +1,12 @@
|
|||||||
|
package utils
|
||||||
|
|
||||||
|
import (
|
||||||
|
"net"
|
||||||
|
"testing"
|
||||||
|
)
|
||||||
|
|
||||||
|
func TestServerIP(t *testing.T) {
|
||||||
|
if net.ParseIP(ServerIP) == nil {
|
||||||
|
t.Fail()
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in new issue