Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qiushiyan/parse-ipv4
https://github.com/qiushiyan/parse-ipv4
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/qiushiyan/parse-ipv4
- Owner: qiushiyan
- Created: 2024-05-15T17:47:39.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-15T18:02:00.000Z (7 months ago)
- Last Synced: 2024-06-19T04:17:41.065Z (6 months ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
❯ go build -o main .
❯ ./main 172.168.5.1
172.168.5.1 -> 2896692481
❯ ./main "1 72.168.5.1"
invalid IPv4 address
``````
❯ go test
PASS
ok github.com/qiushiyan/parse-ipv4 0.004s
```