Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
5 contributions in the last year
Contribution activity
September - October 2020
August 2020
Created an issue in golang/go that received 3 comments
net: ParseIP return 16 bytes length IP for IPv4 address
net.ParseIP parse the IPv4 address into 4 bytes length IP result, but converts it into a 16 bytes length redundantly.
Below is the relative code in …