We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a1b69e commit 1e65e62Copy full SHA for 1e65e62
main.go
@@ -1,9 +1,9 @@
1
package main
2
3
import (
4
- "./lib"
5
"flag"
6
"fmt"
+ "github.com/raspi/ip-range-to-CIDR/lib"
7
"net"
8
"os"
9
)
0 commit comments