Skip to content

Commit 1e65e62

Browse files
committed
path fix
1 parent 9a1b69e commit 1e65e62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
package main
22

33
import (
4-
"./lib"
54
"flag"
65
"fmt"
6+
"github.com/raspi/ip-range-to-CIDR/lib"
77
"net"
88
"os"
99
)

0 commit comments

Comments
 (0)