I encountered an issue when compiling a project with this library with the `GOARCH=386`. ``` vendor/github.com/brotherpowers/ipsubnet/ip.go:16:27: constant 4294967295 overflows int ``` This is the line in question: https://github.com/brotherpowers/ipsubnet/blob/30bc98f0a5b191d0dbc54f564c78716f84c7a7e2/ip.go#L16