parent
7d7818bc38
commit
69169c158d
@ -0,0 +1,11 @@
|
||||
package utils
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestServerIP(t *testing.T) {
|
||||
if ServerIP == "" {
|
||||
t.Fail()
|
||||
}
|
||||
}
|
Loading…
Reference in new issue