Files
EdgeNode/internal/iplibrary/action_utils_test.go

8 lines
148 B
Go
Raw Permalink Normal View History

2021-02-06 17:34:33 +08:00
package iplibrary
import "testing"
func TestIPv4RangeToCIDRRange(t *testing.T) {
t.Log(iPv4RangeToCIDRRange("192.168.0.0", "192.168.255.255"))
}