xframe/base/netx/ip_test.go

12 lines
153 B
Go
Executable File

package netx
import (
"testing"
"github.com/stretchr/testify/assert"
)
func TestInternalIp(t *testing.T) {
assert.True(t, len(InternalIp()) > 0)
}