Skip to content

v0.5.1

Compare
Choose a tag to compare
@xgfone xgfone released this 17 Sep 14:21
· 4 commits to master since this release
  • Changed:
    • IPAddress.Hex() returns the hexadecimal of all the bytes of the ip address. For example, MustNewIPAddress("0.170.187.204").Hex() returns 00aabbcc instead of aabbcc.