We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68b30b8 commit d9f14a7Copy full SHA for d9f14a7
1 file changed
README.md
@@ -12,13 +12,13 @@ I hope that it will serve you well.
12
package main
13
14
import (
15
- "fmt"
+ "fmt"
16
"net"
17
"github.com/PraserX/ipconv"
18
)
19
20
func main() {
21
- var ip = net.ParseIP("192.168.1.1")
22
- fmt.Println(ipconv.IPv4ToInt(ip))
+ var ip = net.ParseIP("192.168.1.1")
+ fmt.Println(ipconv.IPv4ToInt(ip))
23
}
24
```
0 commit comments